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 | 沃??維? | 10010111100000000011111100111111100010001101101100111111 | 97803f3f88db3f |
EUC-JP | 沃??維? | 11001101111000000011111100111111101100001101110100111111 | cde03f3fb0dd3f |
UTF-8 | 沃욌ㅄ維뺞 | 111001101011001010000011111011001001101010001100111000111000010110000100111001111011011010101101111010111011101010011110 | e6b283ec9a8ce38584e7b6adebba9e |
UHC | 沃욌ㅄ維뺞 | 11101000101010101001111011101011101001001011010011101011101010111001010111100110 | e8aa9eeba4b4ebab95e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)