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 | 驛、驢蝉ス秋 | 11101001100000111010010011101001100001101001000011100100101111011000111101001000 | e983a4e98690e4bd8f48 |
EUC-JP | 驛、驢蝉ス秋 | 111100011110001110001110101001001111000111100110110000001110011010001110101111011011110110101001 | f1e38ea4f1e6c0e68ebdbda9 |
UTF-8 | 驛、驢蝉ス秋 | 111010011010100110011011111011111011110110100100111010011010100110100010111010001001110110001001111011111011110110111101111001111010011110001011 | e9a99befbda4e9a9a2e89d89efbdbde7a78b |
UHC | 驛?驢??秋 | 111001101011111000111111110101011111000000111111001111111111010111010101 | e6be3fd5f03f3ff5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)