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 | 維??臾щぜ | 10001000110110110011111100111111111001000110101110000100100010111000001010111010 | 88db3f3fe46b848b82ba |
EUC-JP | 維??臾щぜ | 10110000110111010011111100111111111001111100110010100111111010111010010010111100 | b0dd3f3fe7cca7eba4bc |
UTF-8 | 維쒕쳣臾щぜ | 1110011110110110101011011110110010010010100101011110110010110011101000111110100010000111101111101101000110001001111000111000000110011100 | e7b6adec9295ecb3a3e887bed189e3819c |
UHC | 維쒕쳣臾щぜ | 111010111010101110011100111010111010101110001001111010111010110010101100111010111010101010111100 | ebab9cebab89ebacacebaabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)