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 | 訝??渦 | 111001100110001000111111001111111000100101010001 | e6623f3f8951 |
EUC-JP | 訝??渦 | 111010111100001100111111001111111011000110110010 | ebc33f3fb1b2 |
UTF-8 | 訝배꽦渦 | 111010001010100010011101111010111011000010110000111010101011110110100110111001101011100010100110 | e8a89debb0b0eabda6e6b8a6 |
UHC | 訝배꽦渦 | 1110010010111000101110011110100010000100101100011110100010111110 | e4b8b9e884b1e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)