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 | 邇峨Κ | 111001111000111010001001111000111000001110101000 | e78e89e383a8 |
EUC-JP | 邇峨Κ | 111011011110111010110010111001011010011010101010 | edeeb2e5a6aa |
UTF-8 | 邇峨Κ | 1110100110000010100001111110010110110011101010001100111010011010 | e98287e5b3a8ce9a |
UHC | 邇峨Κ | 111011001100010011100100101100011010010111001010 | ecc4e4b1a5ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)