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 | 楓基??阻 | 1001010110010110100010101110111000111111001111111001000101101010 | 95968aee3f3f916a |
EUC-JP | 楓基??阻 | 1100100111110110101101001111000000111111001111111100000111001011 | c9f6b4f03f3fc1cb |
UTF-8 | 楓基렲렏阻 | 111001101010010110010011111001011001111110111010111010111010000010110010111010111010000010001111111010011001100010111011 | e6a593e59fbaeba0b2eba08fe998bb |
UHC | 楓基렲렏阻 | 11111001101000111101000011110001100011101011111110001110101001011111000011100110 | f9a3d0f18ebf8ea5f0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)