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 | 奄??唯?? | 1000100110000010001111110011111110010111010000100011111100111111 | 89823f3f97423f3f |
| EUC-JP | 奄??唯?? | 1011000111100010001111110011111111001101101000110011111100111111 | b1e23f3fcda33f3f |
| UTF-8 | 奄멥굦唯듿궟 | 111001011010010110000100111010111010100110100101111010101011010110100110111001011001010010101111111010111001001110111111111010101011011010011111 | e5a584eba9a5eab5a6e594afeb93bfeab69f |
| UHC | 奄멥굦唯듿궟 | 111001011111001010111000111000111000001010001100111010101110011010001010111001011000001010110010 | e5f2b8e3828ceae68ae582b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)