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 | 諱ッ雍郁∮蜑 | 1110011010000001101011111110100010110100100010001110100010000111100100111110010110001001 | e681afe8b488e88793e589 |
EUC-JP | 諱ッ雍郁?蜑 | 1110101111100001100011101010111111110000101101101011000011101010001111111110100111101001 | ebe18eaff0b6b0ea3fe9e9 |
UTF-8 | 諱ッ雍郁∮蜑 | 111010001010101110110001111011111011110110101111111010011001101110001101111010011000001110000001111000101000100010101110111010001001110010010001 | e8abb1efbdafe99b8de98381e288aee89c91 |
UHC | 諱?雍郁∮? | 11111101110010010011111111101000101111001110100111110100101000101011000100111111 | fdc93fe8bce9f4a2b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)