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 | ȵ[ȵ[^ | 11001000101101010101101111001000101101010101101101011110 | c8b55bc8b55b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | È?[È?[^ | 1000111110101010101100100011111101011011100011111010101010110010001111110101101101011110 | 8faab23f5b8faab23f5b5e |
UTF-8 | ȵ[ȵ[^ | 1100001110001000110000101011010101011011110000111000100011000010101101010101101101011110 | c388c2b55bc388c2b55b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)