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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鯣マイ鯣マイB | 111010011100011011001111101100101110100111000110110011111011001001000010 | e9c6cfb2e9c6cfb242 |
EUC-JP | 鯣マイ鯣マイB | 11110010110010001000111011001111100011101011001011110010110010001000111011001111100011101011001001000010 | f2c88ecf8eb2f2c88ecf8eb242 |
UTF-8 | 鯣マイ鯣マイB | 11101001101011111010001111101111101111101000111111101111101111011011001011101001101011111010001111101111101111101000111111101111101111011011001001000010 | e9afa3efbe8fefbdb2e9afa3efbe8fefbdb242 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)