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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 琇??H | 1111101101100101001111110011111101001000 | fb653f3f48 |
EUC-JP | 琇??H | 100011111100110010100101001111110011111101001000 | 8fcca53f3f48 |
UTF-8 | 琇땵랯H | 11100111100100001000011111101011100101011011010111101011100111101010111101001000 | e79087eb95b5eb9eaf48 |
UHC | 琇땵랯H | 11100010101011111000101110001011100011100100101101001000 | e2af8b8b8e4b48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)