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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓠橋?竣? | 1110000101000000100010111011010000111111100011110111011000111111 | e1408bb43f8f763f |
EUC-JP | 瓠橋?竣? | 1110000110100001101101101011011000111111101111011101011100111111 | e1a1b6b63fbdd73f |
UTF-8 | 瓠橋걋竣렕 | 111001111001001110100000111001101010100110001011111010101011000110001011111001111010101110100011111010111010000010010101 | e793a0e6a98beab18be7aba3eba095 |
UHC | 瓠橋걋竣렕 | 11111011110100101100111011101001101100001100000011110001111000101000111010101010 | fbd2cee9b0c0f1e28eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)