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 | 制耿璃吟? | 100100001010011111100011110101001001011110011110100010111110000100111111 | 90a7e3d4979e8be13f |
EUC-JP | 制耿璃吟? | 110000001010100111100110110101101100110111111110101101101110001100111111 | c0a9e6d6cdfeb6e33f |
UTF-8 | 制耿璃吟렞 | 111001011000100010110110111010001000000010111111111001111001001010000011111001011001000010011111111010111010000010011110 | e588b6e880bfe79283e5909feba09e |
UHC | 制耿璃吟렞 | 11110000101001001100110011101010110101111110001111101011111000011000111010101111 | f0a4ccead7e3ebe18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)