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 | 訂基??雋 | 1001001011111001100010101110111000111111001111111110100010110010 | 92f98aee3f3fe8b2 |
EUC-JP | 訂基??雋 | 1100010011111011101101001111000000111111001111111111000010110100 | c4fbb4f03f3ff0b4 |
UTF-8 | 訂基렲렏雋 | 111010001010100010000010111001011001111110111010111010111010000010110010111010111010000010001111111010011001101110001011 | e8a882e59fbaeba0b2eba08fe99b8b |
UHC | 訂基렲렏雋 | 11101111111101001101000011110001100011101011111110001110101001011111000111100110 | eff4d0f18ebf8ea5f1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)