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ãtB | 100110111001000111100011011101001001101110010001111000110111010001000010 | 9b91e3749b91e37442 |
SJIS-WIN | ???t???tB | 001111110011111100111111011101000011111100111111001111110111010001000010 | 3f3f3f743f3f3f7442 |
EUC-JP | ??ãt??ãtB | 00111111001111111000111110101011101010100111010000111111001111111000111110101011101010100111010001000010 | 3f3f8fabaa743f3f8fabaa7442 |
UTF-8 | ãtãtB | 110000101001101111000010100100011100001110100011011101001100001010011011110000101001000111000011101000110111010001000010 | c29bc291c3a374c29bc291c3a37442 |
UHC | ???t???tB | 001111110011111100111111011101000011111100111111001111110111010001000010 | 3f3f3f743f3f3f7442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)