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 | 溫뚩퐶亦뽬콌 | 111001101011101010101011111010111001101010101001111011011001000010110110111001001011101010100110111010111011110110101100111011001011110110001100 | e6baabeb9aa9ed90b6e4baa6ebbdacecbd8c |
UHC | 溫뚩퐶亦뽬콌 | 111010001010111010001100111010001011110110011111111001101011001010010110111010001011000110001000 | e8ae8ce8bd9fe6b296e8b188 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)