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 | 柴上ソ | 11110010111011111000111011000100100011111110001110111111 | f2ef8ec48fe3bf |
| EUC-JP | ?柴上ソ | 00111111101111001100011010111110111001011000111010111111 | 3fbcc6bee58ebf |
| UTF-8 | 柴上ソ | 111011101000100010100110111001101001111110110100111001001011100010001010111011111011110110111111 | ee88a6e69fb4e4b88aefbdbf |
| UHC | ?柴上? | 001111111110001111000011110111111011111000111111 | 3fe3c3dfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)