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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ン?賍 | 11011101001111111110011011011010 | dd3fe6da |
EUC-JP | ン垽賍 | 10001110110111011000111110110111111001101110110011011100 | 8edd8fb7e6ecdc |
UTF-8 | ン垽賍 | 111011111011111010011101111001011001111010111101111010001011001110001101 | efbe9de59ebde8b38d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)