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 | ????ユ? | 00111111001111110011111100111111100000111000011000111111 | 3f3f3f3f83863f |
EUC-JP | ????ユ? | 00111111001111110011111100111111101001011110011000111111 | 3f3f3f3fa5e63f |
UTF-8 | 樂낅뜗留ユ젔 | 111011111010011010111111111010111000001010000101111010111001110010010111111011111010011110001101111000111000001110100110111011001010000010010100 | efa6bfeb8285eb9c97efa78de383a6eca094 |
UHC | 樂낅뜗留ユ젔 | 111010001111100110000101111010111000110110011010111010111010011110101011111001101010000010010010 | e8f985eb8d9aeba7abe6a092 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)