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 | 厭?ゴ | 1000100101111101001111111000001101010011 | 897d3f8353 |
EUC-JP | 厭?ゴ | 1011000111011110001111111010010110110100 | b1de3fa5b4 |
UTF-8 | 厭쇤ゴ | 111001011000111010101101111011001000011110100100111000111000001010110100 | e58eadec87a4e382b4 |
UHC | 厭쇤ゴ | 111001101111010010111100111010011010101110110100 | e6f4bce9abb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)