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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | ?e?節ο?^ | 00111111100000101000010100111111100100001101111110000011110011010011111101011110 | 3f82853f90df83cd3f5e |
| EUC-JP | ?e?節ο?^ | 00111111101000111110010100111111110000001110000110100110110011110011111101011110 | 3fa3e53fc0e1a6cf3f5e |
| UTF-8 | 遼e몚節ο쉰^ | 111011111010011110000011111011111011110110000101111010111010101010011010111001111010111110000000110011101011111111101100100010011011000001011110 | efa783efbd85ebaa9ae7af80cebfec89b05e |
| UHC | 遼e몚節ο쉰^ | 11101001101011001010001111100101100100011000100011101111101111011010010111101111101111011010111001011110 | e9aca3e59188efbda5efbdae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)