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 | 0011111100111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f3f5442 |
SJIS-WIN | ゥ。ゥ。ィTB | 101010011010000110101001101000011010100011111001011010000101010001000010 | a9a1a9a1a8f9685442 |
EUC-JP | ゥ。ゥ。ィ?TB | 10001110101010011000111010100001100011101010100110001110101000011000111010101000001111110101010001000010 | 8ea98ea18ea98ea18ea83f5442 |
UTF-8 | ゥ。ゥ。ィTB | 1110111110111101101010011110111110111101101000011110111110111101101010011110111110111101101000011110111110111101101010001110111010011011100001000101010001000010 | efbda9efbda1efbda9efbda1efbda8ee9b845442 |
UHC | ??????TB | 0011111100111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)