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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 氏??氏??k | 100011101000000100111111001111111000111010000001001111110011111101101011 | 8e813f3f8e813f3f6b |
EUC-JP | 氏??氏??k | 101110111110000100111111001111111011101111100001001111110011111101101011 | bbe13f3fbbe13f3f6b |
UTF-8 | 氏릯뢋氏릯뢋k | 11100110101100001000111111101011101001101010111111101011101000101000101111100110101100001000111111101011101001101010111111101011101000101000101101101011 | e6b08feba6afeba28be6b08feba6afeba28b6b |
UHC | 氏릯뢋氏릯뢋k | 11100100101010111001000010001111100011110100011111100100101010111001000010001111100011110100011101101011 | e4ab908f8f47e4ab908f8f476b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)