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 | 蝪シ彧ャ | 111001011010000110111100111110101011100110101100 | e5a1bcfab9ac |
EUC-JP | 蝪シ彧ャ | 111010101010001110001110101111001000111110111100111111101000111010101100 | eaa38ebc8fbcfe8eac |
UTF-8 | 蝪シ彧ャ | 111010001001110110101010111011111011110110111100111001011011110110100111111011111011110110101100 | e89daaefbdbce5bda7efbdac |
UHC | ??彧? | 0011111100111111111010011110111000111111 | 3f3fe9ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)