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 | 瀅?俺?? | 11111011010011100011111110001001101101000011111100111111 | fb4e3f89b43f3f |
| EUC-JP | 瀅?俺?? | 1000111111001001101010110011111110110010101101100011111100111111 | 8fc9ab3fb2b63f3f |
| UTF-8 | 瀅렱俺페롛 | 111001111000000010000101111010111010000010110001111001001011111110111010111011011000111010011000111010111010000110011011 | e78085eba0b1e4bfbaed8e98eba19b |
| UHC | 瀅렱俺페롛 | 11111011101001001000111010111110111001011110111111000110111001001000111011011111 | fba48ebee5efc6e48edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)