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 | 枝校蹈燿 | 1000111001111101100011010101101011100111010001001110000010100000 | 8e7d8d5ae744e0a0 |
EUC-JP | 枝校蹈燿 | 1011101111011110101110011011101111101101101001011110000010100010 | bbdeb9bbeda5e0a2 |
UTF-8 | 枝校蹈燿 | 111001101001111010011101111001101010000010100001111010001011100110001000111001111000011110111111 | e69e9de6a0a1e8b988e787bf |
UHC | 枝校蹈燿 | 1111001010101011110011101110100011010100101100001110100011111100 | f2abcee8d4b0e8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)