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 | 霎ッ謇句ッョ^ | 11101000101111101010111111100110100010011000101111100101101011111010111001011110 | e8beafe6898be5afae5e |
EUC-JP | 霎ッ謇句ッョ^ | 11110000110000001000111010101111111010111110100110110110111001111000111010101111100011101010111001011110 | f0c08eafebe9b6e78eaf8eae5e |
UTF-8 | 霎ッ謇句ッョ^ | 11101001100111001000111011101111101111011010111111101000101011001000011111100101100011111010010111101111101111011010111111101111101111011010111001011110 | e99c8eefbdafe8ac87e58fa5efbdafefbdae5e |
UHC | ???句??^ | 0011111100111111001111111100111110100011001111110011111101011110 | 3f3f3fcfa33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)