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 | 碇?揖? | 100100101111010000111111100101110100101100111111 | 92f43f974b3f |
EUC-JP | 碇?揖? | 110001001111011000111111110011011010110000111111 | c4f63fcdac3f |
UTF-8 | 碇렮揖렧 | 111001111010001010000111111010111010000010101110111001101000111110010110111010111010000010100111 | e7a287eba0aee68f96eba0a7 |
UHC | 碇렮揖렧 | 1110111111101101100011101011101111101011111001111000111010110110 | efed8ebbebe78eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)