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 | 娛뤿젧歷잙젚 | 111001011010100010011011111010111010010010111111111011001010000010100111111011111010011010001100111011001001111010011001111011001010000010011010 | e5a89beba4bfeca0a7efa68cec9e99eca09a |
UHC | 娛뤿젧歷잙젚 | 111001111111010010001111111010111010000010011111111001101011100010011111111010111010000010010110 | e7f48feba09fe6b89feba096 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)