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 | 毅麓?? | 100010110100001010011000010110110011111100111111 | 8b42985b3f3f |
EUC-JP | 毅麓?? | 101101011010001111001111101111000011111100111111 | b5a3cfbc3f3f |
UTF-8 | 毅麓헨렻 | 111001101010111110000101111010011011101010010011111011011001011110101000111010111010000010111011 | e6af85e9ba93ed97a8eba0bb |
UHC | 毅麓헨렻 | 1110101111110110110101101110010011000111111011101000111011000011 | ebf6d6e4c7ee8ec3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)