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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 魴晤嗇 | 111010011011010110011101111010111001101010100101 | e9b59deb9aa5 |
EUC-JP | 魴晤嗇 | 111100101011011111011010111011011101010010100111 | f2b7daedd4a7 |
UTF-8 | 魴晤嗇 | 111010011010110110110100111001101001100110100100111001011001011110000111 | e9adb4e699a4e59787 |
UHC | ?晤嗇 | 0011111111100111111110111101111111100000 | 3fe7fbdfe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)