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 | 邇餓旺 | 111001111000111010001001111011001000100110100000 | e78e89ec89a0 |
EUC-JP | 邇餓旺 | 111011011110111010110010111011101011001010100010 | edeeb2eeb2a2 |
UTF-8 | 邇餓旺 | 111010011000001010000111111010011010010010010011111001101001011110111010 | e98287e9a493e697ba |
UHC | 邇餓旺 | 111011001100010011100100101110111110100011011010 | ecc4e4bbe8da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)