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 | 楓基??晧 | 1001010110010110100010101110111000111111001111111001110111101100 | 95968aee3f3f9dec |
EUC-JP | 楓基??晧 | 1100100111110110101101001111000000111111001111111101101011101110 | c9f6b4f03f3fdaee |
UTF-8 | 楓基렲렏晧 | 111001101010010110010011111001011001111110111010111010111010000010110010111010111010000010001111111001101001100110100111 | e6a593e59fbaeba0b2eba08fe699a7 |
UHC | 楓基렲렏晧 | 11111001101000111101000011110001100011101011111110001110101001011111101111000101 | f9a3d0f18ebf8ea5fbc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)