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 | 筌??夷? | 11100010101000110011111100111111100010001100111000111111 | e2a33f3f88ce3f |
EUC-JP | 筌??夷? | 11100100101001010011111100111111101100001101000000111111 | e4a53f3fb0d03f |
UTF-8 | 筌뚭랜夷쬌 | 111001111010110110001100111010111001101010101101111010111001111010011100111001011010010010110111111011001010110010001100 | e7ad8ceb9aadeb9e9ce5a4b7ecac8c |
UHC | 筌뚭랜夷쬌 | 11101111101001111000110011101010101101111010001111101100101010001010011101000010 | efa78ceab7a3eca8a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)