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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 赳}赳{^ | 11100110111000000111110111100110111000000111101101011110 | e6e07de6e07b5e |
EUC-JP | 赳}赳{^ | 11101100111000100111110111101100111000100111101101011110 | ece27dece27b5e |
UTF-8 | 赳}赳{^ | 111010001011010110110011011111011110100010110101101100110111101101011110 | e8b5b37de8b5b37b5e |
UHC | 赳}赳{^ | 11010000101011110111110111010000101011110111101101011110 | d0af7dd0af7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)