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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隍鯉ス雁ク | 1110100010100100100011001110111110111101100010101110010110111000 | e8a48cefbd8ae5b8 |
EUC-JP | 隍鯉ス雁ク | 11110000101001101011100011110001100011101011110110110100111001111000111010111000 | f0a6b8f18ebdb4e78eb8 |
UTF-8 | 隍鯉ス雁ク | 111010011001101010001101111010011010111110001001111011111011110110111101111010011001101110000001111011111011110110111000 | e99a8de9af89efbdbde99b81efbdb8 |
UHC | 隍鯉?雁? | 1111110011011011110101111110111100111111111001001101001000111111 | fcdbd7ef3fe4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)