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 | 葢犁儔槊 | 1110010011100010111000001011001110011001010100011001111011001100 | e4e2e0b399519ecc |
EUC-JP | 葢犁儔槊 | 1110100011100100111000001011010111010001101100101101110011001110 | e8e4e0b5d1b2dcce |
UTF-8 | 葢犁儔槊 | 111010001001000110100010111001111000101010000001111001011000010010010100111001101010011110001010 | e891a2e78a81e58494e6a78a |
UHC | ?犁?? | 0011111111010111111000000011111100111111 | 3fd7e03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)