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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 薰基愛閼ゥ | 111110111001111010001010111011101000100010100100111010001000010010101001 | fb9e8aee88a4e884a9 |
EUC-JP | ?基愛閼ゥ | 001111111011010011110000101100001010011011101111111001001000111010101001 | 3fb4f0b0a6efe48ea9 |
UTF-8 | 薰基愛閼ゥ | 111010001001011010110000111001011001111110111010111001101000010010011011111010011001011010111100111011111011110110101001 | e896b0e59fbae6849be996bcefbda9 |
UHC | 薰基愛閼? | 111111011011100111010000111100011110010011110001111001001101100100111111 | fdb9d0f1e4f1e4d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)