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 | 񨐡 | 10110001101111111100100111101101 | b1bfc9ed |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | 񨐡 | 1010000111011110100011111010001011000100100011111010101010110001100011111010101110111111 | a1de8fa2c48faab18fabbf |
UTF-8 | 񨐡 | 1100001010110001110000101011111111000011100010011100001110101101 | c2b1c2bfc389c3ad |
UHC | ±¿?? | 101000011011111010100010101011110011111100111111 | a1bea2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)