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 | 倚?┿ | 1001100011011111001111111000010010111001 | 98df3f84b9 |
EUC-JP | 倚?┿ | 1101000011100001001111111010100010111011 | d0e13fa8bb |
UTF-8 | 倚껓┿ | 111001011000000010011010111010101011101110010011111000101001010010111111 | e5809aeabb93e294bf |
UHC | 倚껓┿ | 111010111110111110000011111011111010011010111011 | ebef83efa6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)