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 | 枝巧h? | 10001110011111011000110101001001100000101000100000111111 | 8e7d8d4982883f |
EUC-JP | 枝巧h翟 | 101110111101111010111001101010101010001111101000100011111101010110111100 | bbdeb9aaa3e88fd5bc |
UTF-8 | 枝巧h翟 | 111001101001111010011101111001011011011110100111111011111011110110001000111001111011111110011111 | e69e9de5b7a7efbd88e7bf9f |
UHC | 枝巧h翟 | 1111001010101011110011101110010110100011111010001110111011100001 | f2abcee5a3e8eee1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)