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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
EUC-JP | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
UTF-8 | 묪뫋L묪뫋L^ | 111010111010110010101010111010111010101110001011010011001110101110101100101010101110101110101011100010110100110001011110 | ebacaaebab8b4cebacaaebab8b4c5e |
UHC | 묪뫋L묪뫋L^ | 1001001001000010100100011010110101001100100100100100001010010001101011010100110001011110 | 924291ad4c924291ad4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)