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 | ?T?? | 00111111010101000011111100111111 | 3f543f3f |
SJIS-WIN | ?T紆妖 | 001111110101010011100010111111001001011101100100 | 3f54e2fc9764 |
EUC-JP | ?T紆妖 | 001111110101010011100100111111101100110111000101 | 3f54e4fecdc5 |
UTF-8 | 쉃T紆妖 | 11101100100010011000001101010100111001111011010010000110111001011010011010010110 | ec898354e7b486e5a696 |
UHC | 쉃T紆妖 | 10011010010110000101010011101001111000011110100011101101 | 9a5854e9e1e8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)