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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉎靃罟 | 1111100111100111111110111100011111111011111011111110001110101000 | f9e7fbc7fbefe3a8 |
EUC-JP | ?鉎靃罟 | 001111111000111111100011110111111000111111100111101011101110011010101010 | 3f8fe3df8fe7aee6aa |
UTF-8 | 鉎靃罟 | 111011101001110110000010111010011000100110001110111010011001110110000011111001111011110110011111 | ee9d82e9898ee99d83e7bd9f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)