To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 崖??h崖?? | 100010100101001000111111001111110110100010001010010100100011111100111111 | 8a523f3f688a523f3f |
EUC-JP | 崖??h崖?? | 101100111011001100111111001111110110100010110011101100110011111100111111 | b3b33f3f68b3b33f3f |
UTF-8 | 崖ㅵ벊h崖ㅵ벊 | 11100101101101001001011011100011100001011011010111101011101100101000101001101000111001011011010010010110111000111000010110110101111010111011001010001010 | e5b496e385b5ebb28a68e5b496e385b5ebb28a |
UHC | 崖ㅵ벊h崖ㅵ벊 | 11100100111100001010010011100101100100111010110101101000111001001111000010100100111001011001001110101101 | e4f0a4e593ad68e4f0a4e593ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)