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 | ?????I | 001111110011111100111111001111110011111101001001 | 3f3f3f3f3f49 |
SJIS-WIN | 礁ス捨質I | 10001111110010101011110110001110110011001111001011001110100011101011111101001001 | 8fcabd8eccf2ce8ebf49 |
EUC-JP | 礁ス捨?質I | 10111110110011001000111010111101101111001100111000111111101111001100000101001001 | becc8ebdbcce3fbcc149 |
UTF-8 | 礁ス捨質I | 11100111101001001000000111101111101111011011110111100110100011011010100011101110100010001000010111101000101100111010101001001001 | e7a481efbdbde68da8ee8885e8b3aa49 |
UHC | 礁?捨?質I | 111101011010011100111111110111101101011100111111111100101111010101001001 | f5a73fded73ff2f549 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)