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 | 蘂??唯?? | 1110010101000001001111110011111110010111010000100011111100111111 | e5413f3f97423f3f |
EUC-JP | 蘂??唯?? | 1110100110100010001111110011111111001101101000110011111100111111 | e9a23f3fcda33f3f |
UTF-8 | 蘂띕쉠唯귨쫶 | 111010001001100010000010111010111001110110010101111011001000100110100000111001011001010010101111111010101011011110101000111011001010101110110110 | e89882eb9d95ec89a0e594afeab7a8ecabb6 |
UHC | 蘂띕쉠唯귨쫶 | 111001111101111010110110111010111011110110101010111010101110011010000010111011111010011010001101 | e7deb6ebbdaaeae682efa68d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)