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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逵育挑 | 111001111001110010001000111001111001001010100111 | e79c88e792a7 |
EUC-JP | 逵育挑 | 111011011111110010110000111010011100010010101001 | edfcb0e9c4a9 |
UTF-8 | 逵育挑 | 111010011000000010110101111010001000001010110010111001101000110010010001 | e980b5e882b2e68c91 |
UHC | 逵育挑 | 110100001011000011101011110000001101001111111011 | d0b0ebc0d3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)