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 | 趾?弁辛 | 11100110111001000011111110010101110110011001000001101000 | e6e43f95d99068 |
EUC-JP | 趾?弁辛 | 11101100111001100011111111001010110110111011111111001001 | ece63fcadbbfc9 |
UTF-8 | 趾댈弁辛 | 111010001011011010111110111010111000110010001000111001011011110010000001111010001011111010011011 | e8b6beeb8c88e5bc81e8be9b |
UHC | 趾댈弁辛 | 1111001010111111101101001110111011011100101001111110001111110100 | f2bfb4eedca7e3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)