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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 霍句ョ井繼B | 11101000101101111000101111100101101011101000100011100100111000111000101101000010 | e8b78be5ae88e4e38b42 |
| EUC-JP | 霍句ョ井繼B | 1111000010111001101101101110011110001110101011101011000011100110111001011110101101000010 | f0b9b6e78eaeb0e6e5eb42 |
| UTF-8 | 霍句ョ井繼B | 11101001100111001000110111100101100011111010010111101111101111011010111011100100101110101001010111100111101110011011110001000010 | e99c8de58fa5efbdaee4ba95e7b9bc42 |
| UHC | ?句?井繼B | 001111111100111110100011001111111110111111001100110011011010100101000010 | 3fcfa33fefcccda942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)