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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 咳肯? | 1000101001010000100011010110110100111111 | 8a508d6d3f |
EUC-JP | 咳肯? | 1011001110110001101110011100111000111111 | b3b1b9ce3f |
UTF-8 | 咳肯볼 | 111001011001001010110011111010001000001010101111111010111011001110111100 | e592b3e882afebb3bc |
UHC | 咳肯볼 | 111110101010011011010000111010011011101010111100 | faa6d0e9babc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)