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 | 如??唯?? | 1001010001000000001111110011111110010111010000100011111100111111 | 94403f3f97423f3f |
EUC-JP | 如??唯?? | 1100011110100001001111110011111111001101101000110011111100111111 | c7a13f3fcda33f3f |
UTF-8 | 如볥낌唯껓쭓 | 111001011010011010000010111010111011001110100101111010111000001010001100111001011001010010101111111010101011101110010011111011001010110110010011 | e5a682ebb3a5eb828ce594afeabb93ecad93 |
UHC | 如볥낌唯껓쭓 | 111001011111110110010011111010111011001110100110111010101110011010000011111011111010011110001011 | e5fd93ebb3a6eae683efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)