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 | 鴦芽城穗 | 1110100111110001100010011110100010001111111010011110001001101110 | e9f189e88fe9e26e |
EUC-JP | 鴦芽城穗 | 1111001011110011101100101110101010111110111010111110001111001111 | f2f3b2eabeebe3cf |
UTF-8 | 鴦芽城穗 | 111010011011010010100110111010001000101010111101111001011001111110001110111001111010100110010111 | e9b4a6e88abde59f8ee7a997 |
UHC | 鴦芽城穗 | 1110010011101100111001001011010011100000111100101110001010110100 | e4ece4b4e0f2e2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)