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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謳淏?? | 111001101001000011111011010000100011111100111111 | e690fb423f3f |
EUC-JP | 謳淏?? | 11101011111100001000111111000111110110010011111100111111 | ebf08fc7d93f3f |
UTF-8 | 謳淏룫겅 | 111010001010110010110011111001101011011110001111111010111010001110101011111010101011001010000101 | e8acb3e6b78feba3abeab285 |
UHC | 謳淏룫겅 | 1100111111000100111110111100100010001111101000101011000011001111 | cfc4fbc88fa2b0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)