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 | ホァ鉀 | 111101011011100111001110101001111111101111000101 | f5b9cea7fbc5 |
EUC-JP | ?ホァ鉀 | 0011111110001110110011101000111010100111100011111110001111011000 | 3f8ece8ea78fe3d8 |
UTF-8 | ホァ鉀 | 111011101001000010100100111011111011111010001110111011111011110110100111111010011000100110000000 | ee90a4efbe8eefbda7e98980 |
UHC | ???鉀 | 0011111100111111001111111100101110100101 | 3f3f3fcba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)