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 | 艤??艤??^ | 111001000111111000111111001111111110010001111110001111110011111101011110 | e47e3f3fe47e3f3f5e |
EUC-JP | 艤??艤??^ | 111001111101111100111111001111111110011111011111001111110011111101011110 | e7df3f3fe7df3f3f5e |
UTF-8 | 艤먯뼬艤먯뼬^ | 11101000100010011010010011101011101010001010111111101011101111001010110011101000100010011010010011101011101010001010111111101011101111001010110001011110 | e889a4eba8afebbcace889a4eba8afebbcac5e |
UHC | 艤먯뼬艤먯뼬^ | 11101011111110101001000011101100100101101010111111101011111110101001000011101100100101101010111101011110 | ebfa90ec96afebfa90ec96af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)