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 | 辿促叩 | 100100100100100010010001101000111001001001000000 | 924891a39240 |
EUC-JP | 辿促叩 | 110000111010100111000010101001011100001110100001 | c3a9c2a5c3a1 |
UTF-8 | 辿促叩 | 111010001011111010111111111001001011111110000011111001011000111110101001 | e8bebfe4bf83e58fa9 |
UHC | ?促叩 | 0011111111110101101101011100110110110000 | 3ff5b5cdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)