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 | 孩?海? | 100110110111011100111111100010100100001100111111 | 9b773f8a433f |
EUC-JP | 孩?海? | 110101011101100000111111101100111010010000111111 | d5d83fb3a43f |
UTF-8 | 孩렏海렲 | 111001011010110110101001111010111010000010001111111001101011010110110111111010111010000010110010 | e5ada9eba08fe6b5b7eba0b2 |
UHC | 孩렏海렲 | 1111101010101001100011101010010111111010101011011000111010111111 | faa98ea5faad8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)