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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???愉i? | 0011111100111111001111111001011011111001100000101000100100111111 | 3f3f3f96f982893f |
EUC-JP | ???愉i? | 0011111100111111001111111100110011111011101000111110100100111111 | 3f3f3fccfba3e93f |
UTF-8 | 列룸떣愉i럷 | 111011111010011010011100111010111010001110111000111010111001011010100011111001101000010010001001111011111011110110001001111010111001111110110111 | efa69ceba3b8eb96a3e68489efbd89eb9fb7 |
UHC | 列룸떣愉i럷 | 111001101110101010110111111010111000101110110111111010101111000010100011111010011000111010010110 | e6eab7eb8bb7eaf0a3e98e96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)