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 | 疾汐ⅲシャ隘 | 10001110101111101000111010101100111110100100001010111100101011001110100010100101 | 8ebe8eacfa42bcace8a5 |
EUC-JP | 疾汐?シャ隘 | 1011110011000000101111001010111000111111100011101011110010001110101011001111000010100111 | bcc0bcae3f8ebc8eacf0a7 |
UTF-8 | 疾汐ⅲシャ隘 | 111001111001011010111110111001101011000110010000111000101000010110110010111011111011110110111100111011111011110110101100111010011001101010011000 | e796bee6b190e285b2efbdbcefbdace99a98 |
UHC | 疾汐ⅲ??隘 | 11110010111100001110000010110001101001011010001100111111001111111110010011110110 | f2f0e0b1a5a33f3fe4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)