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 | 訂基??? | 10010010111110011000101011101110001111110011111100111111 | 92f98aee3f3f3f |
EUC-JP | 訂基??? | 11000100111110111011010011110000001111110011111100111111 | c4fbb4f03f3f3f |
UTF-8 | 訂基렲렏綎 | 111010001010100010000010111001011001111110111010111010111010000010110010111010111010000010001111111001111011011010001110 | e8a882e59fbaeba0b2eba08fe7b68e |
UHC | 訂基렲렏綎 | 11101111111101001101000011110001100011101011111110001110101001011110111111110010 | eff4d0f18ebf8ea5eff2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)