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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 閃閃[閃閃[^ | 1001000101001101100100010100110101011011100100010100110110010001010011010101101101011110 | 914d914d5b914d914d5b5e |
EUC-JP | 閃閃[閃閃[^ | 1100000110101110110000011010111001011011110000011010111011000001101011100101101101011110 | c1aec1ae5bc1aec1ae5b5e |
UTF-8 | 閃閃[閃閃[^ | 111010011001011010000011111010011001011010000011010110111110100110010110100000111110100110010110100000110101101101011110 | e99683e996835be99683e996835b5e |
UHC | 閃閃[閃閃[^ | 1110000011101100111000001110110001011011111000001110110011100000111011000101101101011110 | e0ece0ec5be0ece0ec5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)