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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 捻섊퓡捻섊퓡^ | 11101111101001101010010011101100100001001000101011101101100100111010000111101111101001101010010011101100100001001000101011101101100100111010000101011110 | efa6a4ec848aed93a1efa6a4ec848aed93a15e |
UHC | 捻섊퓡捻섊퓡^ | 11100110111101111001100011100111101111111000101011100110111101111001100011100111101111111000101001011110 | e6f798e7bf8ae6f798e7bf8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)