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 | 撓ζせ | 100111011001101010000011110001001000001010111001 | 9d9a83c482b9 |
EUC-JP | 撓ζせ | 110110011111101010100110110001101010010010111011 | d9faa6c6a4bb |
UTF-8 | 撓ζせ | 1110011010010010100100111100111010110110111000111000000110011011 | e69293ceb6e3819b |
UHC | 撓ζせ | 111010001111010110100101111001101010101010111011 | e8f5a5e6aabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)