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 | äP[äP[^ | 11100100010100000101101111100100010100000101101101011110 | e4505be4505b5e |
SJIS-WIN | ?P[?P[^ | 00111111010100000101101100111111010100000101101101011110 | 3f505b3f505b5e |
EUC-JP | äP[äP[^ | 1000111110101011101000110101000001011011100011111010101110100011010100000101101101011110 | 8faba3505b8faba3505b5e |
UTF-8 | äP[äP[^ | 110000111010010001010000010110111100001110100100010100000101101101011110 | c3a4505bc3a4505b5e |
UHC | ?P[?P[^ | 00111111010100000101101100111111010100000101101101011110 | 3f505b3f505b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)