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 | ???楹 | 0011111100111111001111111001111010110001 | 3f3f3f9eb1 |
EUC-JP | ???楹 | 0011111100111111001111111101110010110011 | 3f3f3fdcb3 |
UTF-8 | 溜삥뿽楹 | 111011111010011110001011111011001000001010100101111010111011111110111101111001101010010110111001 | efa78bec82a5ebbfbde6a5b9 |
UHC | 溜삥뿽楹 | 1110101011111110101110111110011010010111101111011110011110110011 | eafebbe697bde7b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)