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 | 楷?麻害 | 10011110101100100011111110010110100000111000101001010001 | 9eb23f96838a51 |
EUC-JP | 楷?麻害 | 11011100101101000011111111001011111000111011001110110010 | dcb43fcbe3b3b2 |
UTF-8 | 楷곈麻害 | 111001101010010110110111111010101011001110001000111010011011101010111011111001011010111010110011 | e6a5b7eab388e9babbe5aeb3 |
UHC | 楷곈麻害 | 1111101010101100101100001110100111011000101010111111101010101010 | faacb0e9d8abfaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)