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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ご∵?? | 0011111100111111100000101011001010000001111001100011111100111111 | 3f3f82b281e63f3f |
EUC-JP | ??ご∵?? | 0011111100111111101001001011010010100010111010000011111100111111 | 3f3fa4b4a2e83f3f |
UTF-8 | 룶즽ご∵룵픃 | 111010111010001110110110111011001010011010111101111000111000000110010100111000101000100010110101111010111010001110110101111011011001010010000011 | eba3b6eca6bde38194e288b5eba3b5ed9483 |
UHC | 룶즽ご∵룵픃 | 100011111010101110100011100011111010101010110100101000011111000110001111101010101100000001000110 | 8faba38faab4a1f18faac046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)