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 | 壓??伊? | 10011010110110000011111100111111100010001100100100111111 | 9ad83f3f88c93f |
EUC-JP | 壓??伊? | 11010100110110100011111100111111101100001100101100111111 | d4da3f3fb0cb3f |
UTF-8 | 壓믥뙖伊쥷 | 111001011010001110010011111010111010111110100101111010111001100110010110111001001011110010001010111011001010010110110111 | e5a393ebafa5eb9996e4bc8aeca5b7 |
UHC | 壓믥뙖伊쥷 | 11100100111000101001001011100111100011001001101111101100101001011010001101000110 | e4e292e78c9beca5a346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)