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 | 俑??意? | 10011000110110100011111100111111100010001101001100111111 | 98da3f3f88d33f |
EUC-JP | 俑??意? | 11010000110111000011111100111111101100001101010100111111 | d0dc3f3fb0d53f |
UTF-8 | 俑앸끁意놢 | 111001001011111110010001111011001001010110111000111010111000000110000001111001101000010010001111111010111000011010100010 | e4bf91ec95b8eb8181e6848feb86a2 |
UHC | 俑앸끁意놢 | 11101001101101011001110111101011100001011011011111101011111100101000011101000101 | e9b59deb85b7ebf28745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)