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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒟ケ髦ョ | 111001001110010110111001111010011001100010101110 | e4e5b9e998ae |
EUC-JP | 蒟ケ髦ョ | 1110100011100111100011101011100111110001111110001000111010101110 | e8e78eb9f1f88eae |
UTF-8 | 蒟ケ髦ョ | 111010001001001010011111111011111011110110111001111010011010101110100110111011111011110110101110 | e8929fefbdb9e9aba6efbdae |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)