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 | 筌??一? | 11100010101000110011111100111111100010001110101000111111 | e2a33f3f88ea3f |
EUC-JP | 筌??一? | 11100100101001010011111100111111101100001110110000111111 | e4a53f3fb0ec3f |
UTF-8 | 筌먮쵎一쬌 | 111001111010110110001100111010111010100010101110111011001011010110001110111001001011100010000000111011001010110010001100 | e7ad8ceba8aeecb58ee4b880ecac8c |
UHC | 筌먮쵎一쬌 | 11101111101001111001000011101011101011001001000011101100111010011010011101000010 | efa790ebac90ece9a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)