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 | ?A?A[?A?A[^ | 0011111101000001001111110100000101011011001111110100000100111111010000010101101101011110 | 3f413f415b3f413f415b5e |
SJIS-WIN | ?A?A[?A?A[^ | 0011111101000001001111110100000101011011001111110100000100111111010000010101101101011110 | 3f413f415b3f413f415b5e |
EUC-JP | ?A?A[?A?A[^ | 0011111101000001001111110100000101011011001111110100000100111111010000010101101101011110 | 3f413f415b3f413f415b5e |
UTF-8 | 묨A묨A[묨A묨A[^ | 11101011101011001010100001000001111010111010110010101000010000010101101111101011101011001010100001000001111010111010110010101000010000010101101101011110 | ebaca841ebaca8415bebaca841ebaca8415b5e |
UHC | 묨A묨A[묨A묨A[^ | 100100100100000101000001100100100100000101000001010110111001001001000001010000011001001001000001010000010101101101011110 | 9241419241415b9241419241415b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)