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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 維??維?? | 1000100011011011001111110011111110001000110110110011111100111111 | 88db3f3f88db3f3f |
EUC-JP | 維??維?? | 1011000011011101001111110011111110110000110111010011111100111111 | b0dd3f3fb0dd3f3f |
UTF-8 | 維쒕춯維뽯쳧 | 111001111011011010101101111011001001001010010101111011001011011010101111111001111011011010101101111010111011110110101111111011001011001110100111 | e7b6adec9295ecb6afe7b6adebbdafecb3a7 |
UHC | 維쒕춯維뽯쳧 | 111010111010101110011100111010111010110110001100111010111010101110010110111010111010101110001100 | ebab9cebad8cebab96ebab8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)