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^ | 11011111110100010100110011011111110100010100110001011110 | dfd14cdfd14c5e |
EUC-JP | ゚ムL゚ムL^ | 1000111011011111100011101101000101001100100011101101111110001110110100010100110001011110 | 8edf8ed14c8edf8ed14c5e |
UTF-8 | ゚ムL゚ムL^ | 111011111011111010011111111011111011111010010001010011001110111110111110100111111110111110111110100100010100110001011110 | efbe9fefbe914cefbe9fefbe914c5e |
UHC | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)