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 | 涅η?預 | 10011111101110001000001111000101001111111001011101100001 | 9fb883c53f9761 |
EUC-JP | 涅η?預 | 11011110101110101010011011000111001111111100110111000010 | debaa6c73fcdc2 |
UTF-8 | 涅η뒕預 | 1110011010110110100001011100111010110111111010111001001010010101111010011010000010010000 | e6b685ceb7eb9295e9a090 |
UHC | 涅η뒕預 | 1110011011101110101001011110011110001010100100101110011111101000 | e6eea5e78a92e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)