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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | 絶??張??G | 100100001110001000111111001111111001001010100011001111110011111101000111 | 90e23f3f92a33f3f47 |
EUC-JP | 絶??張??G | 110000001110010000111111001111111100010010100101001111110011111101000111 | c0e43f3fc4a53f3f47 |
UTF-8 | 絶쒙풗張놀뀎G | 11100111101101011011011011101100100100101001100111101101100100101001011111100101101111001011010111101011100001101000000011101011100000001000111001000111 | e7b5b6ec9299ed9297e5bcb5eb8680eb808e47 |
UHC | 絶쒙풗張놀뀎G | 11101111101111101001110011101111101111101001101011101101111001011011001111101110100001011000100101000111 | efbe9cefbe9aede5b3ee858947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)