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 | 上゚赦釈 | 10001111111000111101111110001110110011011000111011011111 | 8fe3df8ecd8edf |
EUC-JP | 上゚赦釈 | 1011111011100101100011101101111110111100110011111011110011100001 | bee58edfbccfbce1 |
UTF-8 | 上゚赦釈 | 111001001011100010001010111011111011111010011111111010001011010110100110111010011000011110001000 | e4b88aefbe9fe8b5a6e98788 |
UHC | 上?赦? | 110111111011111000111111110111101111010100111111 | dfbe3fdef53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)