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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | 沅?饔?? | 100011111100011011101001001111111000111111101000111011110011111100111111 | 8fc6e93f8fe8ef3f3f |
| UTF-8 | 沅렒饔뜸롛 | 111001101011001010000101111010111010000010010010111010011010010110010100111010111001110010111000111010111010000110011011 | e6b285eba092e9a594eb9cb8eba19b |
| UHC | 沅렒饔뜸롛 | 11101010101101101000111010100111111010001011110110110110111001001000111011011111 | eab68ea7e8bdb6e48edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)