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 | 霎ー蟾ス褄陰 | 11101000101111101011000011100101101101111011110111100101111010111000100101000001 | e8beb0e5b7bde5eb8941 |
| EUC-JP | 霎ー蟾ス褄陰 | 111100001100000010001110101100001110101010111001100011101011110111101010111011011011000110100010 | f0c08eb0eab98ebdeaedb1a2 |
| UTF-8 | 霎ー蟾ス褄陰 | 111010011001110010001110111011111011110110110000111010001001111110111110111011111011110110111101111010001010010010000100111010011001100110110000 | e99c8eefbdb0e89fbeefbdbde8a484e999b0 |
| UHC | ??蟾??陰 | 0011111100111111111000001110101000111111001111111110101111100100 | 3f3fe0ea3f3febe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)