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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 氏??訊?? | 1000111010000001001111110011111110010000011101010011111100111111 | 8e813f3f90753f3f |
EUC-JP | 氏??訊?? | 1011101111100001001111110011111110111111110101100011111100111111 | bbe13f3fbfd63f3f |
UTF-8 | 氏릯뢋訊덊뢒 | 111001101011000010001111111010111010011010101111111010111010001010001011111010001010100010001010111010111000110110001010111010111010001010010010 | e6b08feba6afeba28be8a88aeb8d8aeba292 |
UHC | 氏릯뢋訊덊뢒 | 111001001010101110010000100011111000111101000111111000111111001010001000111011011000111101001101 | e4ab908f8f47e3f288ed8f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)