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^ | 111010111000111110010001111010111011111010100001010011001110101110001111100100011110101110111110101000010100110001011110 | eb8f91ebbea14ceb8f91ebbea14c5e |
UHC | 돑뾡L돑뾡L^ | 1000100110011101100101110110010001001100100010011001110110010111011001000100110001011110 | 899d97644c899d97644c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)