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 | òø§²] | 11110010111110001000111010100111100011101011001001011101 | f2f88ea78eb25d |
SJIS-WIN | ???§??] | 0011111100111111001111111000000110011000001111110011111101011101 | 3f3f3f81983f3f5d |
EUC-JP | òø?§??] | 100011111010101111010010100011111010100111001100001111111010000111111000001111110011111101011101 | 8fabd28fa9cc3fa1f83f3f5d |
UTF-8 | òø§²] | 11000011101100101100001110111000110000101000111011000010101001111100001010001110110000101011001001011101 | c3b2c3b8c28ec2a7c28ec2b25d |
UHC | ?ø?§?²] | 00111111101010011010101000111111101000011101011100111111101010011111011101011101 | 3fa9aa3fa1d73fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)