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 | ???徇? | 001111110011111100111111100111000110110100111111 | 3f3f3f9c6d3f |
EUC-JP | ???徇? | 001111110011111100111111110101111100111000111111 | 3f3f3fd7ce3f |
UTF-8 | 黎앹떔徇륣 | 111011111010011010001001111011001001010110111001111010111001011010010100111001011011111010000111111010111010010110100011 | efa689ec95b9eb9694e5be87eba5a3 |
UHC | 黎앹떔徇륣 | 11100110101100011001110111101100100010111010101011100010110111111001000001001000 | e6b19dec8baae2df9048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)