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 | 慫?貞? | 100111001100111100111111100100101110010100111111 | 9ccf3f92e53f |
EUC-JP | 慫?貞? | 110110001101000100111111110001001110011100111111 | d8d13fc4e73f |
UTF-8 | 慫렮貞렔 | 111001101000010110101011111010111010000010101110111010001011001010011110111010111010000010010100 | e685abeba0aee8b29eeba094 |
UHC | 慫렮貞렔 | 1111000011110110100011101011101111101111111101101000111010101001 | f0f68ebbeff68ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)