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 | ?盒?雰 | 001111111110000110110100001111111001010110110101 | 3fe1b43f95b5 |
EUC-JP | ?盒?雰 | 001111111110001010110110001111111100101010110111 | 3fe2b63fcab7 |
UTF-8 | 뤯盒쫸雰 | 111010111010010010101111111001111001101110010010111011001010101110111000111010011001101110110000 | eba4afe79b92ecabb8e99bb0 |
UHC | 뤯盒쫸雰 | 1000111111011101111110011110110010100110100011111101110111010100 | 8fddf9eca68fddd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)