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 | 鈼ケシ鈼ケシ^ | 111110111100011010111001101111001111101111000110101110011011110001011110 | fbc6b9bcfbc6b9bc5e |
EUC-JP | 鈼ケシ鈼ケシ^ | 100011111110001111010110100011101011100110001110101111001000111111100011110101101000111010111001100011101011110001011110 | 8fe3d68eb98ebc8fe3d68eb98ebc5e |
UTF-8 | 鈼ケシ鈼ケシ^ | 11101001100010001011110011101111101111011011100111101111101111011011110011101001100010001011110011101111101111011011100111101111101111011011110001011110 | e988bcefbdb9efbdbce988bcefbdb9efbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)