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 | 療룡퀗歷뺠쪉 | 111011111010011110000001111010111010001110100001111011011000000010010111111011111010011010001100111010111011101010100000111011001010101010001001 | efa781eba3a1ed8097efa68cebbaa0ecaa89 |
UHC | 療룡퀗歷뺠쪉 | 111010001111111010110111111001101011001110001100111001101011100010010101111010001010010110000011 | e8feb7e6b38ce6b895e8a583 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)