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 | þBþT | 10010001111111100100001010010001111111101001001001010100 | 91fe4291fe9254 |
SJIS-WIN | ??B???T | 00111111001111110100001000111111001111110011111101010100 | 3f3f423f3f3f54 |
EUC-JP | ?þB?þ?T | 0011111110001111101010011101000001000010001111111000111110101001110100000011111101010100 | 3f8fa9d0423f8fa9d03f54 |
UTF-8 | þBþT | 110000101001000111000011101111100100001011000010100100011100001110111110110000101001001001010100 | c291c3be42c291c3bec29254 |
UHC | ?þB?þ?T | 001111111010100110101101010000100011111110101001101011010011111101010100 | 3fa9ad423fa9ad3f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)