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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 酩ヒオB | 1110011111000111110010111011010101000010 | e7c7cbb542 |
EUC-JP | 酩ヒオB | 11101110110010011000111011001011100011101011010101000010 | eec98ecb8eb542 |
UTF-8 | 酩ヒオB | 11101001100001011010100111101111101111101000101111101111101111011011010101000010 | e985a9efbe8befbdb542 |
UHC | 酩??B | 1101100110101110001111110011111101000010 | d9ae3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)