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 | 鬲托スカ遶雁 | 11101001101011011001000111101111101111011011011011100111101010111000101011100101 | e9ad91efbdb6e7ab8ae5 |
EUC-JP | 鬲托スカ遶雁 | 111100101010111111000010111100011000111010111101100011101011011011101110101011011011010011100111 | f2afc2f18ebd8eb6eeadb4e7 |
UTF-8 | 鬲托スカ遶雁 | 111010011010110010110010111001101000100110011000111011111011110110111101111011111011110110110110111010011000000110110110111010011001101110000001 | e9acb2e68998efbdbdefbdb6e981b6e99b81 |
UHC | ?托???雁 | 0011111111110110111101010011111100111111001111111110010011010010 | 3ff6f53f3f3fe4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)