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 | ??億??彧 | 0011111100111111100010011010110100111111001111111111101010111001 | 3f3f89ad3f3ffab9 |
| EUC-JP | 嫄?億??彧 | 1000111110111010101000010011111110110010101011110011111100111111100011111011110011111110 | 8fbaa13fb2af3f3f8fbcfe |
| UTF-8 | 嫄렎億뀌틴彧 | 111001011010101110000100111010111010000010001110111001011000010010000100111010111000000010001100111011011000101110110100111001011011110110100111 | e5ab84eba08ee58484eb808ced8bb4e5bda7 |
| UHC | 嫄렎億뀌틴彧 | 111010101011000110001110101001001110010111100010101100101110111011000110101111101110100111101110 | eab18ea4e5e2b2eec6bee9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)