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 | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
SJIS-WIN | 楡?????Z | 1001111010111110001111110011111100111111001111110011111101011010 | 9ebe3f3f3f3f3f5a |
EUC-JP | 楡?????Z | 1101110011000000001111110011111100111111001111110011111101011010 | dcc03f3f3f3f3f5a |
UTF-8 | 楡흖렔펠렩렰Z | 11100110101001011010000111101101100111011001011011101011101000001001010011101101100011101010000011101011101000001010100111101011101000001011000001011010 | e6a5a1ed9d96eba094ed8ea0eba0a9eba0b05a |
UHC | 楡흖렔펠렩렰Z | 11101010111110001100100011101000100011101010100111000110111001111000111010110111100011101011110101011010 | eaf8c8e88ea9c6e78eb78ebd5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)