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 | 隘??鵝?? | 1110100010100101001111110011111111101010010000000011111100111111 | e8a53f3fea403f3f |
EUC-JP | 隘??鵝?? | 1111000010100111001111110011111111110011101000010011111100111111 | f0a73f3ff3a13f3f |
UTF-8 | 隘녷뿈鵝녷래 | 111010011001101010011000111010111000010110110111111010111011111110001000111010011011010110011101111010111000010110110111111010111001111010011000 | e99a98eb85b7ebbf88e9b59deb85b7eb9e98 |
UHC | 隘녷뿈鵝녷래 | 111001001111011010000110111001101001011110001111111001001011110110000110111001101011011110100001 | e4f686e6978fe4bd86e6b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)