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 | ???亦?? | 00111111001111110011111110010110100100100011111100111111 | 3f3f3f96923f3f |
EUC-JP | ???亦?? | 00111111001111110011111111001011111100100011111100111111 | 3f3f3fcbf23f3f |
UTF-8 | 廉뉛풖亦삶겗 | 111011111010011010100010111010111000100110011011111011011001001010010110111001001011101010100110111011001000001010110110111010101011001010010111 | efa6a2eb899bed9296e4baa6ec82b6eab297 |
UHC | 廉뉛풖亦삶겗 | 111001101111010110000111111011111011111010011001111001101011001010111011111011101000000110101110 | e6f587efbe99e6b2bbee81ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)