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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謁??? | 1000100101111001001111110011111100111111 | 89793f3f3f |
EUC-JP | 謁??? | 1011000111011010001111110011111100111111 | b1da3f3f3f |
UTF-8 | 謁웑뾫뙆 | 111010001010110010000001111011001001101110010001111010111011111010101011111010111001100110000110 | e8ac81ec9b91ebbeabeb9986 |
UHC | 謁웑뾫뙆 | 1110010011010111100111110110001010010111011011101000110010001100 | e4d79f62976e8c8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)