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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 暦薹霧 | 100101111110111111100101010101101001011010110110 | 97efe55696b6 |
EUC-JP | 暦薹霧 | 110011101111000111101001101101111100110010111000 | cef1e9b7ccb8 |
UTF-8 | 暦薹霧 | 111001101001101010100110111010001001011010111001111010011001110010100111 | e69aa6e896b9e99ca7 |
UHC | ??霧 | 00111111001111111101100111110110 | 3f3fd9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)