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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 而??h | 1000111010100111001111110011111101101000 | 8ea73f3f68 |
EUC-JP | 而??h | 1011110010101001001111110011111101101000 | bca93f3f68 |
UTF-8 | 而곴껏h | 11101000100000001000110011101010101100111011010011101010101110111000111101101000 | e8808ceab3b4eabb8f68 |
UHC | 而곴껏h | 11101100101110111000000111101010101100101010111101101000 | ecbb81eab2af68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)