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 | 虞????? | 10001011111100010011111100111111001111110011111100111111 | 8bf13f3f3f3f3f |
EUC-JP | 虞????? | 10110110111100110011111100111111001111110011111100111111 | b6f33f3f3f3f3f |
UTF-8 | 虞목렰몃렑렚 | 111010001001100110011110111010111010101010101001111010111010000010110000111010111010101010000011111010111010000010010001111010111010000010011010 | e8999eebaaa9eba0b0ebaa83eba091eba09a |
UHC | 虞목렰몃렑렚 | 111010011110010110111000111100011000111010111101101110001110101110001110101001101000111010101101 | e9e5b8f18ebdb8eb8ea68ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)