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 | 001111110011111101100101 | 3f3f65 |
SJIS-WIN | 赳ュe | 11100110111000001010110101100101 | e6e0ad65 |
EUC-JP | 赳ュe | 1110110011100010100011101010110101100101 | ece28ead65 |
UTF-8 | 赳ュe | 11101000101101011011001111101111101111011010110101100101 | e8b5b3efbdad65 |
UHC | 赳?e | 11010000101011110011111101100101 | d0af3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)