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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 樂랁씉琉섎쨱 | 111011111010011010111111111010111001111010000001111011001001010010001001111011111010011110001100111011001000010010001110111011001010100010110001 | efa6bfeb9e81ec9489efa78cec848eeca8b1 |
UHC | 樂랁씉琉섎쨱 | 111010001111100110001101111011011001110110100001111010111010010010011000111010111010010010001011 | e8f98ded9da1eba498eba48b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)