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 | ???PhTB | 00111111001111110011111101010000011010000101010001000010 | 3f3f3f50685442 |
SJIS-WIN | 鱈脱造PhTB | 10010010010011001001001001000101100100011010001001010000011010000101010001000010 | 924c924591a250685442 |
EUC-JP | 鱈脱造PhTB | 11000011101011011100001110100110110000101010010001010000011010000101010001000010 | c3adc3a6c2a450685442 |
UTF-8 | 鱈脱造PhTB | 11101001101100011000100011101000100001001011000111101001100000001010000001010000011010000101010001000010 | e9b188e884b1e980a050685442 |
UHC | ??造PhTB | 0011111100111111111100001110001101010000011010000101010001000010 | 3f3ff0e350685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)