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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鏑爭 | 10010011010011001110000010100101 | 934ce0a5 |
EUC-JP | 鏑爭 | 11000101101011011110000010100111 | c5ade0a7 |
UTF-8 | 鏑爭 | 111010011000111110010001111001111000100010101101 | e98f91e788ad |
UHC | 鏑爭 | 11101110111010111110111010110011 | eeebeeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)