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 | 嶢?葬?賃 | 1001101111010000001111111001000110010010001111111001001011000000 | 9bd03f91923f92c0 |
EUC-JP | 嶢?葬?賃 | 1101011011010010001111111100000111110010001111111100010011000010 | d6d23fc1f23fc4c2 |
UTF-8 | 嶢렖葬렱賃 | 111001011011011010100010111010111010000010010110111010001001000110101100111010111010000010110001111010001011001110000011 | e5b6a2eba096e891aceba0b1e8b383 |
UHC | 嶢렖葬렱賃 | 11101000111100101000111010101011111011011111011110001110101111101110110011111100 | e8f28eabedf78ebeecfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)