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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?晩槽藺 | 00111111100101001101001110010001100001011110010101100001 | 3f94d39185e561 |
EUC-JP | ?晩槽藺 | 00111111110010001101010111000001111001011110100111000010 | 3fc8d5c1e5e9c2 |
UTF-8 | 윔晩槽藺 | 111011001001110010010100111001101001100110101001111001101010011110111101111010001001011110111010 | ec9c94e699a9e6a7bde897ba |
UHC | 윔晩槽藺 | 1100000010101011110110001011100111110000110010111101011111110100 | c0abd8b9f0cbd7f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)