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 | 詣??彦? | 10001100011101110011111100111111100101010100011000111111 | 8c773f3f95463f |
EUC-JP | 詣??彦? | 10110111110110000011111100111111110010011010011100111111 | b7d83f3fc9a73f |
UTF-8 | 詣쏉엠彦퐽 | 111010001010100110100011111011001000111110001001111011001001011110100000111001011011110110100110111011011001000010111101 | e8a9a3ec8f89ec97a0e5bda6ed90bd |
UHC | 詣쏉엠彦퐽 | 11100111111000011001101111101111101111111010010111100101111010011011111001000110 | e7e19befbfa5e5e9be46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)