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 | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | 拾깗뢒z拾깗뢒zB | 111011111010010110110011111010101011100110010111111010111010001010010010011110101110111110100101101100111110101010111001100101111110101110100010100100100111101001000010 | efa5b3eab997eba2927aefa5b3eab997eba2927a42 |
UHC | 拾깗뢒z拾깗뢒zB | 111001001010100110000011100011111000111101001101011110101110010010101001100000111000111110001111010011010111101001000010 | e4a9838f8f4d7ae4a9838f8f4d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)