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 | 枝校蹈耘 | 1000111001111101100011010101101011100111010001001110001111001111 | 8e7d8d5ae744e3cf |
EUC-JP | 枝校蹈耘 | 1011101111011110101110011011101111101101101001011110011011010001 | bbdeb9bbeda5e6d1 |
UTF-8 | 枝校蹈耘 | 111001101001111010011101111001101010000010100001111010001011100110001000111010001000000010011000 | e69e9de6a0a1e8b988e88098 |
UHC | 枝校蹈耘 | 1111001010101011110011101110100011010100101100001110100111111100 | f2abcee8d4b0e9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)