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 | 製?梯?僥 | 1001000010111011001111111001001011110010001111111001100101000110 | 90bb3f92f23f9946 |
EUC-JP | 製?梯?僥 | 1100000010111101001111111100010011110100001111111101000110100111 | c0bd3fc4f43fd1a7 |
UTF-8 | 製렩梯렟僥 | 111010001010001110111101111010111010000010101001111001101010001010101111111010111010000010011111111001011000001110100101 | e8a3bdeba0a9e6a2afeba09fe583a5 |
UHC | 製렩梯렟僥 | 11110000101100101000111010110111111100001010110010001110101100001110100011101001 | f0b28eb7f0ac8eb0e8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)