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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 涅λ?F | 100111111011100010000011110010010011111101000110 | 9fb883c93f46 |
EUC-JP | 涅λ?F | 110111101011101010100110110010110011111101000110 | debaa6cb3f46 |
UTF-8 | 涅λ젣F | 111001101011011010000101110011101011101111101100101000001010001101000110 | e6b685cebbeca0a346 |
UHC | 涅λ젣F | 11100110111011101010010111101011101000001001110001000110 | e6eea5eba09c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)