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 | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 霽@霽@B | 11101000110001110100000011101000110001110100000001000010 | e8c740e8c74042 |
EUC-JP | 霽@霽@B | 11110000110010010100000011110000110010010100000001000010 | f0c940f0c94042 |
UTF-8 | 霽@霽@B | 111010011001110010111101010000001110100110011100101111010100000001000010 | e99cbd40e99cbd4042 |
UHC | 霽@霽@B | 11110000101110000100000011110000101110000100000001000010 | f0b840f0b84042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)