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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜀齢侠邉ッ | 111001011000011010010111111011101000101110100000111001111011001110101111 | e58697ee8ba0e7b3af |
EUC-JP | 蜀齢侠邉ッ | 11101001111001101100111011110000101101101010001011101110101101011000111010101111 | e9e6cef0b6a2eeb58eaf |
UTF-8 | 蜀齢侠邉ッ | 111010001001110010000000111010011011110110100010111001001011111010100000111010011000001010001001111011111011110110101111 | e89c80e9bda2e4bea0e98289efbdaf |
UHC | 蜀???? | 111101011011100100111111001111110011111100111111 | f5b93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)