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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 凉듭룉劉텯 | 111011111010010110111001111010111001001110101101111010111010001110001001111011111010011110000111111011011000010110101111 | efa5b9eb93adeba389efa787ed85af |
UHC | 凉듭룉劉텯 | 11100101101111001011010111101100100011111000100011101010111001011011011101000010 | e5bcb5ec8f88eae5b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)