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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
EUC-JP | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
UTF-8 | 렰롐z렰롐zB | 111010111010000010110000111010111010000110010000011110101110101110100000101100001110101110100001100100000111101001000010 | eba0b0eba1907aeba0b0eba1907a42 |
UHC | 렰롐z렰롐zB | 1000111010111101100011101101011001111010100011101011110110001110110101100111101001000010 | 8ebd8ed67a8ebd8ed67a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)