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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 嵩臣y嵩臣yB | 1001000010010011100100000110001001111001100100001001001110010000011000100111100101000010 | 9093906279909390627942 |
EUC-JP | 嵩臣y嵩臣yB | 1011111111110011101111111100001101111001101111111111001110111111110000110111100101000010 | bff3bfc379bff3bfc37942 |
UTF-8 | 嵩臣y嵩臣yB | 111001011011010110101001111010001000011110100011011110011110010110110101101010011110100010000111101000110111100101000010 | e5b5a9e887a379e5b5a9e887a37942 |
UHC | 嵩臣y嵩臣yB | 1110001110100001111000111110110101111001111000111010000111100011111011010111100101000010 | e3a1e3ed79e3a1e3ed7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)