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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 疾裘カ萇 | 1111000010100111100011101011111011100101111000101011011011100100110001111111000001011110 | f0a78ebee5e2b6e4c7f05e |
EUC-JP | ?疾裘カ萇? | 00111111101111001100000011101010111001001000111010110110111010001100100100111111 | 3fbcc0eae48eb6e8c93f |
UTF-8 | 疾裘カ萇 | 111011101000000110100110111001111001011010111110111010001010001110011000111011111011110110110110111010001001000010000111111011101000000010011110 | ee81a6e796bee8a398efbdb6e89087ee809e |
UHC | ?疾???? | 00111111111100101111000000111111001111110011111100111111 | 3ff2f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)