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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 曖??浴?? | 1001111001000010001111110011111110010111100000010011111100111111 | 9e423f3f97813f3f |
EUC-JP | 曖??浴?? | 1101101110100011001111110011111111001101111000010011111100111111 | dba33f3fcde13f3f |
UTF-8 | 曖면퐦浴녶뵋 | 111001101001101110010110111010111010100110110100111011011001000010100110111001101011010110110100111010111000010110110110111010111011010110001011 | e69b96eba9b4ed90a6e6b5b4eb85b6ebb58b |
UHC | 曖면퐦浴녶뵋 | 111001001111001010111000111010011011110110001111111010011011000110000110111001011001010010001111 | e4f2b8e9bd8fe9b186e5948f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)