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 | 璋?漿?粧? | 111000001111011000111111100111111111011100111111100011111100111100111111 | e0f63f9ff73f8fcf3f |
EUC-JP | 璋?漿?粧? | 111000001111100000111111110111101111100100111111101111101101000100111111 | e0f83fdef93fbed13f |
UTF-8 | 璋렲漿렏粧렋 | 111001111001001010001011111010111010000010110010111001101011110010111111111010111010000010001111111001111011001010100111111010111010000010001011 | e7928beba0b2e6bcbfeba08fe7b2a7eba08b |
UHC | 璋렲漿렏粧렋 | 111011011111000010001110101111111110110111101100100011101010010111101101111100101000111010100010 | edf08ebfedec8ea5edf28ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)