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 | 雉顔矯 | 111010001011001110001010111001111000101110111000 | e8b38ae78bb8 |
EUC-JP | 雉顔矯 | 111100001011010110110100111010011011011010111010 | f0b5b4e9b6ba |
UTF-8 | 雉顔矯 | 111010011001101110001001111010011010000110010100111001111001111110101111 | e99b89e9a194e79faf |
UHC | 雉顔矯 | 111101101100101111100100110101001100111011101100 | f6cbe4d4ceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)