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 | 夷??恁?? | 1000100011001110001111110011111110011100100011000011111100111111 | 88ce3f3f9c8c3f3f |
EUC-JP | 夷??恁?? | 1011000011010000001111110011111111010111111011000011111100111111 | b0d03f3fd7ec3f3f |
UTF-8 | 夷랁쉧恁㏃쭡 | 111001011010010010110111111010111001111010000001111011001000100110100111111001101000000110000001111000111000111110000011111011001010110110100001 | e5a4b7eb9e81ec89a7e68181e38f83ecada1 |
UHC | 夷랁쉧恁㏃쭡 | 111011001010100010001101111011011001101010000001111011001111011010100111111011001010011110010110 | eca88ded9a81ecf6a7eca796 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)