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´h | 1111101101010100100011101011010001101000 | fb548eb468 |
SJIS-WIN | ?T?´h | 001111110101010000111111100000010100110001101000 | 3f543f814c68 |
EUC-JP | ûT?´h | 1000111110101011111001010101010000111111101000011010110101101000 | 8fabe5543fa1ad68 |
UTF-8 | ûT´h | 1100001110111011010101001100001010001110110000101011010001101000 | c3bb54c28ec2b468 |
UHC | ?T?´h | 001111110101010000111111101000101010010101101000 | 3f543fa2a568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)