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 | 諠罹嚏 | 111001101000001110011100111010111001101010001010 | e6839ceb9a8a |
EUC-JP | 諠罹嚏 | 111010111110001111011000111011011101001111101010 | ebe3d8edd3ea |
UTF-8 | 諠罹嚏 | 111010001010101110100000111001111011110110111001111001011001101010001111 | e8aba0e7bdb9e59a8f |
UHC | ?罹? | 00111111110101111110011100111111 | 3fd7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)