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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 瓮f?E | 111000010100010010000010100001100011111101000101 | e14482863f45 |
EUC-JP | 瓮f?E | 111000011010010110100011111001100011111101000101 | e1a5a3e63f45 |
UTF-8 | 瓮f솿E | 11100111100100111010111011101111101111011000011011101100100001101011111101000101 | e793aeefbd86ec86bf45 |
UHC | 瓮f솿E | 11101000101101111010001111100110100110011011001101000101 | e8b7a3e699b345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)