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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霆゙蠖謠サ | 1110100010111011110111101110010110111101111001101000111110111011 | e8bbdee5bde68fbb |
EUC-JP | 霆゙蠖謠サ | 11110000101111011000111011011110111010101011111111101011111011111000111010111011 | f0bd8edeeabfebef8ebb |
UTF-8 | 霆゙蠖謠サ | 111010011001110010000110111011111011111010011110111010001010000010010110111010001010110010100000111011111011110110111011 | e99c86efbe9ee8a096e8aca0efbdbb |
UHC | 霆??謠? | 11101111111111010011111100111111111010011010101000111111 | effd3f3fe9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)