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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霆゙蠖コレ | 111010001011101111011110111001011011110111110011100011111011101011011010 | e8bbdee5bdf38fbada |
EUC-JP | 霆゙蠖?コレ | 1111000010111101100011101101111011101010101111110011111110001110101110101000111011011010 | f0bd8edeeabf3f8eba8eda |
UTF-8 | 霆゙蠖コレ | 111010011001110010000110111011111011111010011110111010001010000010010110111011101000101010000010111011111011110110111010111011111011111010011010 | e99c86efbe9ee8a096ee8a82efbdbaefbe9a |
UHC | 霆????? | 11101111111111010011111100111111001111110011111100111111 | effd3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)