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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鵝?娃? | 111010100100000000111111100010001010000100111111 | ea403f88a13f |
EUC-JP | 鵝?娃? | 111100111010000100111111101100001010001100111111 | f3a13fb0a33f |
UTF-8 | 鵝냛娃봖 | 111010011011010110011101111010111000001110011011111001011010100010000011111010111011010010010110 | e9b59deb839be5a883ebb496 |
UHC | 鵝냛娃봖 | 1110010010111101100001100110011111101000110111111001010001010011 | e4bd8667e8df9453 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)