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 | 蜈・轢ァ? | 11100101100001011010010111100111100000001010011100111111 | e585a5e780a73f |
EUC-JP | 蜈・轢ァ嵪 | 1110100111100101100011101010010111101101111000001000111010100111100011111011101111011101 | e9e58ea5ede08ea78fbbdd |
UTF-8 | 蜈・轢ァ嵪 | 111010001001110010001000111011111011110110100101111010001011110110100010111011111011110110100111111001011011010110101010 | e89c88efbda5e8bda2efbda7e5b5aa |
UHC | 蜈?轢?? | 11101000101001010011111111010101111110010011111100111111 | e8a53fd5f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)