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 | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 鱈脱造TB | 1001001001001100100100100100010110010001101000100101010001000010 | 924c924591a25442 |
EUC-JP | 鱈脱造TB | 1100001110101101110000111010011011000010101001000101010001000010 | c3adc3a6c2a45442 |
UTF-8 | 鱈脱造TB | 1110100110110001100010001110100010000100101100011110100110000000101000000101010001000010 | e9b188e884b1e980a05442 |
UHC | ??造TB | 001111110011111111110000111000110101010001000010 | 3f3ff0e35442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)