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 | 闔奇ス冗オ | 1110100010001110100010101110111110111101100011111110011110110101 | e88e8aefbd8fe7b5 |
EUC-JP | 闔奇ス冗オ | 11101111111011101011010011110001100011101011110110111110111010011000111010110101 | efeeb4f18ebdbee98eb5 |
UTF-8 | 闔奇ス冗オ | 111010011001011110010100111001011010010110000111111011111011110110111101111001011000011010010111111011111011110110110101 | e99794e5a587efbdbde58697efbdb5 |
UHC | 闔奇?冗? | 1111100111101111110100001111010000111111111010011011011100111111 | f9efd0f43fe9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)