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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?盒?圍曺 | 0011111111100001101101000011111110011010101000011111101011011110 | 3fe1b43f9aa1fade |
EUC-JP | ?盒?圍曺 | 001111111110001010110110001111111101010010100011100011111100001011101101 | 3fe2b63fd4a38fc2ed |
UTF-8 | 뤯盒㏉圍曺 | 111010111010010010101111111001111001101110010010111000111000111110001001111001011001110010001101111001101001101110111010 | eba4afe79b92e38f89e59c8de69bba |
UHC | 뤯盒㏉圍曺 | 10001111110111011111100111101100101001111110110111101010110011001111000011000110 | 8fddf9eca7edeaccf0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)