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 | ???漿? | 001111110011111100111111100111111111011100111111 | 3f3f3f9ff73f |
EUC-JP | ???漿? | 001111110011111100111111110111101111100100111111 | 3f3f3fdef93f |
UTF-8 | 뤶풆댄漿낵 | 111010111010010010110110111011011001001010000110111010111000110010000100111001101011110010111111111010111000001010110101 | eba4b6ed9286eb8c84e6bcbfeb82b5 |
UHC | 뤶풆댄漿낵 | 10001111111001001011111010001110101101001110110111101101111011001011001110111100 | 8fe4be8eb4ededecb3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)