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 | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | 驛??嚥??O | 111010011000001100111111001111111001101010001011001111110011111101001111 | e9833f3f9a8b3f3f4f |
| EUC-JP | 驛??嚥??O | 111100011110001100111111001111111101001111101011001111110011111101001111 | f1e33f3fd3eb3f3f4f |
| UTF-8 | 驛덆쎁嚥득굢O | 11101001101010011001101111101011100011011000011011101100100011101000000111100101100110101010010111101011100100111001110111101010101101011010001001001111 | e9a99beb8d86ec8e81e59aa5eb939deab5a24f |
| UHC | 驛덆쎁嚥득굢O | 11100110101111101000100011101001100110111010101111100110101111111011010111100110100000101000100101001111 | e6be88e99babe6bfb5e682894f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)