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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陰η? | 1000100101000001100000111100010100111111 | 894183c53f |
EUC-JP | 陰η? | 1011000110100010101001101100011100111111 | b1a2a6c73f |
UTF-8 | 陰η쎍 | 1110100110011001101100001100111010110111111011001000111010001101 | e999b0ceb7ec8e8d |
UHC | 陰η쎍 | 111010111110010010100101111001111001101110110100 | ebe4a5e79bb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)