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 | 易j?? | 100010001101010110000010100010100011111100111111 | 88d5828a3f3f |
EUC-JP | 易j?? | 101100001101011110100011111010100011111100111111 | b0d7a3ea3f3f |
UTF-8 | 易j남溜 | 111001101001100010010011111011111011110110001010111010111000001010101000111011111010011110001011 | e69893efbd8aeb82a8efa78b |
UHC | 易j남溜 | 1110011010110110101000111110101010110011101100101110101011111110 | e6b6a3eab3b2eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)