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 | 琇??掩 | 111110110110010100111111001111111000100110000110 | fb653f3f8986 |
EUC-JP | 琇??掩 | 10001111110011001010010100111111001111111011000111100110 | 8fcca53f3fb1e6 |
UTF-8 | 琇뒍룮掩 | 111001111001000010000111111010111001001010001101111010111010001110101110111001101000111010101001 | e79087eb928deba3aee68ea9 |
UHC | 琇뒍룮掩 | 1110001010101111100010101000101010001111101001001110010111110011 | e2af8a8a8fa4e5f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)