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 | ???傲忌? | 0011111100111111001111111001100011111100100010101111010100111111 | 3f3f3f98fc8af53f |
EUC-JP | ?紈?傲忌? | 00111111100011111101001111001101001111111101000011111110101101001111011100111111 | 3f8fd3cd3fd0feb4f73f |
UTF-8 | 뤚紈쟌傲忌렔 | 111010111010010010011010111001111011010010001000111011001001111110001100111001011000001010110010111001011011111110001100111010111010000010010100 | eba49ae7b488ec9f8ce582b2e5bf8ceba094 |
UHC | 뤚紈쟌傲忌렔 | 100011111100100111111100101111001100000011110010111001111110110011010000111110111000111010101001 | 8fc9fcbcc0f2e7ecd0fb8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)