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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疾写シコ | 100011101011111010001110110010101011110010111010 | 8ebe8ecabcba |
EUC-JP | 疾写シコ | 1011110011000000101111001100110010001110101111001000111010111010 | bcc0bccc8ebc8eba |
UTF-8 | 疾写シコ | 111001111001011010111110111001011000011010011001111011111011110110111100111011111011110110111010 | e796bee58699efbdbcefbdba |
UHC | 疾??? | 1111001011110000001111110011111100111111 | f2f03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)