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 | ???~?? | 001111110011111100111111011111100011111100111111 | 3f3f3f7e3f3f |
SJIS-WIN | ???~?? | 001111110011111100111111011111100011111100111111 | 3f3f3f7e3f3f |
EUC-JP | ???~?? | 001111110011111100111111011111100011111100111111 | 3f3f3f7e3f3f |
UTF-8 | 묱묧묧~묯묨 | 11101011101011001011000111101011101011001010011111101011101011001010011101111110111010111010110010101111111010111010110010101000 | ebacb1ebaca7ebaca77eebacafebaca8 |
UHC | 묱묧묧~묯묨 | 1001001001001000100100011111111010010001111111100111111010010010010001101001001001000001 | 924891fe91fe7e92469241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)