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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 苒λ?\ | 111001001001001010000011110010010011111101011100 | e49283c93f5c |
EUC-JP | 苒λ?\ | 111001111111001010100110110010110011111101011100 | e7f2a6cb3f5c |
UTF-8 | 苒λ젩\ | 111010001000101110010010110011101011101111101100101000001010100101011100 | e88b92cebbeca0a95c |
UHC | 苒λ젩\ | 11100110111111101010010111101011101000001010000101011100 | e6fea5eba0a15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)