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 | 耘??瘢?? | 1110001111001111001111110011111111100001100011010011111100111111 | e3cf3f3fe18d3f3f |
EUC-JP | 耘??瘢?? | 1110011011010001001111110011111111100001111011010011111100111111 | e6d13f3fe1ed3f3f |
UTF-8 | 耘띤렎瘢렰렜 | 111010001000000010011000111010111001110110100100111010111010000010001110111001111001100010100010111010111010000010110000111010111010000010011100 | e88098eb9da4eba08ee798a2eba0b0eba09c |
UHC | 耘띤렎瘢렰렜 | 111010011111110010110110111011011000111010100100110110101110111010001110101111011000111010101110 | e9fcb6ed8ea4daee8ebd8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)