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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驛??畑 | 111010011000001100111111001111111001010010101000 | e9833f3f94a8 |
EUC-JP | 驛??畑 | 111100011110001100111111001111111100100010101010 | f1e33f3fc8aa |
UTF-8 | 驛먬땐畑 | 111010011010100110011011111010111010100010101100111010111001010110010000111001111001010110010001 | e9a99beba8aceb9590e79591 |
UHC | 驛먬땐畑 | 1110011010111110100100001110100110110110101010011110111110100101 | e6be90e9b6a9efa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)