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 | 遙β?? | 111010101010000110000011110000000011111100111111 | eaa183c03f3f |
EUC-JP | 遙β?? | 111101001010001110100110110000100011111100111111 | f4a3a6c23f3f |
UTF-8 | 遙β뫅履 | 1110100110000001100110011100111010110010111010111010101110000101111011111010011110011111 | e98199ceb2ebab85efa79f |
UHC | 遙β뫅履 | 1110100110101011101001011110001010010001101010001110110010101010 | e9aba5e291a8ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)