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 | ??西? | 0011111100111111100100001011110000111111 | 3f3f90bc3f |
EUC-JP | ??西? | 0011111100111111110000001011111000111111 | 3f3fc0be3f |
UTF-8 | 롕롊西렍 | 111010111010000110010101111010111010000110001010111010001010010110111111111010111010000010001101 | eba195eba18ae8a5bfeba08d |
UHC | 롕롊西렍 | 1000111011011001100011101101000011100000101001001000111010100011 | 8ed98ed0e0a48ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)