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 | 暦薹箆暦 | 1001011111101111111001010101011010010101110011011001011111101111 | 97efe55695cd97ef |
EUC-JP | 暦薹箆暦 | 1100111011110001111010011011011111001010110011111100111011110001 | cef1e9b7cacfcef1 |
UTF-8 | 暦薹箆暦 | 111001101001101010100110111010001001011010111001111001111010111010000110111001101001101010100110 | e69aa6e896b9e7ae86e69aa6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)