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 | 疾襃執 | 100011101011111011100101111011111000111010110111 | 8ebee5ef8eb7 |
EUC-JP | 疾襃執 | 101111001100000011101010111100011011110010111001 | bcc0eaf1bcb9 |
UTF-8 | 疾襃執 | 111001111001011010111110111010001010010110000011111001011001111110110111 | e796bee8a583e59fb7 |
UHC | 疾?執 | 1111001011110000001111111111001011111011 | f2f03ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)