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 | 邇餓浮 | 111001111000111010001001111011001001010110000010 | e78e89ec9582 |
EUC-JP | 邇餓浮 | 111011011110111010110010111011101100100111100010 | edeeb2eec9e2 |
UTF-8 | 邇餓浮 | 111010011000001010000111111010011010010010010011111001101011010110101110 | e98287e9a493e6b5ae |
UHC | 邇餓浮 | 111011001100010011100100101110111101110110101001 | ecc4e4bbdda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)