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 | 闕滝セ滔オォ | 111010001000110110010001111010101011111010011111111010111011010110101011 | e88d91eabe9febb5ab |
EUC-JP | 闕滝セ滔オォ | 111011111110110111000010111011001000111010111110110111101110110110001110101101011000111010101011 | efedc2ec8ebedeed8eb58eab |
UTF-8 | 闕滝セ滔オォ | 111010011001011110010101111001101011101110011101111011111011110110111110111001101011101110010100111011111011110110110101111011111011110110101011 | e99795e6bb9defbdbee6bb94efbdb5efbdab |
UHC | 闕??滔?? | 1100111111110100001111110011111111010100101001010011111100111111 | cff43f3fd4a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)