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 | 﨧シ雜ョ胖鴫 | 11111011110100111011110011101000101101101010111011100011111101001000111010110000 | fbd3bce8b6aee3f48eb0 |
EUC-JP | ?シ雜ョ胖鴫 | 0011111110001110101111001111000010111000100011101010111011100110111101101011110010110010 | 3f8ebcf0b88eaee6f6bcb2 |
UTF-8 | 﨧シ雜ョ胖鴫 | 111011111010100010100111111011111011110110111100111010011001101110011100111011111011110110101110111010001000001110010110111010011011010010101011 | efa8a7efbdbce99b9cefbdaee88396e9b4ab |
UHC | ??雜??? | 00111111001111111110110111011010001111110011111100111111 | 3f3fedda3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)