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 | ???O\ | 0011111100111111001111110100111101011100 | 3f3f3f4f5c |
SJIS-WIN | 室??O\ | 100011101011101000111111001111110100111101011100 | 8eba3f3f4f5c |
EUC-JP | 室??O\ | 101111001011110000111111001111110100111101011100 | bcbc3f3f4f5c |
UTF-8 | 室깗뢇O\ | 1110010110101110101001001110101010111001100101111110101110100010100001110100111101011100 | e5aea4eab997eba2874f5c |
UHC | 室깗뢇O\ | 1110001111111000100000111000111110001111010000110100111101011100 | e3f8838f8f434f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)