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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嶸??唯?? | 1111101010110100001111110011111110010111010000100011111100111111 | fab43f3f97423f3f |
EUC-JP | 嶸??唯?? | 100011111011101111110100001111110011111111001101101000110011111100111111 | 8fbbf43f3fcda33f3f |
UTF-8 | 嶸뗫벙唯덌쫵 | 111001011011011010111000111010111001011110101011111010111011001010011001111001011001010010101111111010111000110110001100111011001010101110110101 | e5b6b8eb97abebb299e594afeb8d8cecabb5 |
UHC | 嶸뗫벙唯덌쫵 | 111001111010111010001011111010111011101010100001111010101110011010001000111011111010011010001100 | e7ae8bebbaa1eae688efa68c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)