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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 徇??涅 | 100111000110110100111111001111111001111110111000 | 9c6d3f3f9fb8 |
EUC-JP | 徇??涅 | 110101111100111000111111001111111101111010111010 | d7ce3f3fdeba |
UTF-8 | 徇깑꽣涅 | 111001011011111010000111111010101011100110010001111010101011110110100011111001101011011010000101 | e5be87eab991eabda3e6b685 |
UHC | 徇깑꽣涅 | 1110001011011111100000111000101110000100101100001110011011101110 | e2df838b84b0e6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)