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[^ | 00111111010100000101101100111111010100000101101101011110 | 3f505b3f505b5e |
SJIS-WIN | 辰P[辰P[^ | 100100100100001101010000010110111001001001000011010100000101101101011110 | 9243505b9243505b5e |
EUC-JP | 辰P[辰P[^ | 110000111010010001010000010110111100001110100100010100000101101101011110 | c3a4505bc3a4505b5e |
UTF-8 | 辰P[辰P[^ | 1110100010111110101100000101000001011011111010001011111010110000010100000101101101011110 | e8beb0505be8beb0505b5e |
UHC | 辰P[辰P[^ | 111100101110001101010000010110111111001011100011010100000101101101011110 | f2e3505bf2e3505b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)