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 | 罔処尚筝壕梢 | 111000111010011010001111100010001000111110101110111000101011011010001101100010001000111110111101 | e3a68f888faee2b68d888fbd |
| EUC-JP | 罔処尚筝壕梢 | 111001101010100010111101111010001011111010110000111001001011100010111001111010001011111010111111 | e6a8bde8beb0e4b8b9e8bebf |
| UTF-8 | 罔処尚筝壕梢 | 111001111011110110010100111001011000011110100110111001011011000010011010111001111010110110011101111001011010001110010101111001101010001010100010 | e7bd94e587a6e5b09ae7ad9de5a395e6a2a2 |
| UHC | 罔???壕梢 | 110110001101001000111111001111110011111111111011101111011111010011111110 | d8d23f3f3ffbbdf4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)