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 | 隍鯉ス雁クー | 111010001010010010001100111011111011110110001010111001011011100010110000 | e8a48cefbd8ae5b8b0 |
EUC-JP | 隍鯉ス雁クー | 111100001010011010111000111100011000111010111101101101001110011110001110101110001000111010110000 | f0a6b8f18ebdb4e78eb88eb0 |
UTF-8 | 隍鯉ス雁クー | 111010011001101010001101111010011010111110001001111011111011110110111101111010011001101110000001111011111011110110111000111011111011110110110000 | e99a8de9af89efbdbde99b81efbdb8efbdb0 |
UHC | 隍鯉?雁?? | 111111001101101111010111111011110011111111100100110100100011111100111111 | fcdbd7ef3fe4d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)