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 | 疾順而 | 100011101011111010001111100001111000111010100111 | 8ebe8f878ea7 |
EUC-JP | 疾順而 | 101111001100000010111101111001111011110010101001 | bcc0bde7bca9 |
UTF-8 | 疾順而 | 111001111001011010111110111010011010000010000110111010001000000010001100 | e796bee9a086e8808c |
UHC | 疾順而 | 111100101111000011100010111101111110110010111011 | f2f0e2f7ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)