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 | 邇餓弊 | 111001111000111010001001111011001001010110111110 | e78e89ec95be |
EUC-JP | 邇餓弊 | 111011011110111010110010111011101100101011000000 | edeeb2eecac0 |
UTF-8 | 邇餓弊 | 111010011000001010000111111010011010010010010011111001011011110010001010 | e98287e9a493e5bc8a |
UHC | 邇餓弊 | 111011001100010011100100101110111111100011001001 | ecc4e4bbf8c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)