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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跂懃ョ | 1110011011100011100111001110011110101110 | e6e39ce7ae |
EUC-JP | 跂懃ョ | 111011001110010111011000111010011000111010101110 | ece5d8e98eae |
UTF-8 | 跂懃ョ | 111010001011011110000010111001101000011110000011111011111011110110101110 | e8b782e68783efbdae |
UHC | ?懃? | 00111111110100001100010000111111 | 3fd0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)