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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 只?程?醍? | 100100011111110000111111100100101111011000111111100100011110011100111111 | 91fc3f92f63f91e73f |
EUC-JP | 只?程?醍? | 110000101111111000111111110001001111100000111111110000101110100100111111 | c2fe3fc4f83fc2e93f |
UTF-8 | 只렓程렔醍렕 | 111001011000111110101010111010111010000010010011111001111010100010001011111010111010000010010100111010011000011010001101111010111010000010010101 | e58faaeba093e7a88beba094e9868deba095 |
UHC | 只렓程렔醍렕 | 111100011111111010001110101010001110111111101111100011101010100111110000101101011000111010101010 | f1fe8ea8efef8ea9f0b58eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)