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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??準??樽^ | 001111110011111110001111100000000011111100111111100100100100110101011110 | 3f3f8f803f3f924d5e |
EUC-JP | ??準??樽^ | 001111110011111110111101111000000011111100111111110000111010111001011110 | 3f3fbde03f3fc3ae5e |
UTF-8 | 說렣準說렣樽^ | 11101000101010101010101011101011101000001010001111100110101110101001011011101000101010101010101011101011101000001010001111100110101010001011110101011110 | e8aaaaeba0a3e6ba96e8aaaaeba0a3e6a8bd5e |
UHC | 說렣準說렣樽^ | 11100000111000111000111010110100111100011101111011100000111000111000111010110100111100011101110001011110 | e0e38eb4f1dee0e38eb4f1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)