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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?????ャ^ | 0011111100111111001111110011111100111111100000111000001101011110 | 3f3f3f3f3f83835e |
EUC-JP | ?????ャ^ | 0011111100111111001111110011111100111111101001011110001101011110 | 3f3f3f3f3fa5e35e |
UTF-8 | 룶즽⒝룶콓ャ^ | 11101011101000111011011011101100101001101011110111100010100100101001110111101011101000111011011011101100101111011001001111100011100000111010001101011110 | eba3b6eca6bde2929deba3b6ecbd93e383a35e |
UHC | 룶즽⒝룶콓ャ^ | 10001111101010111010001110001111101010011100111010001111101010111011000110001111101010111110001101011110 | 8faba38fa9ce8fabb18fabe35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)