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 | 彫?奚敎? | 1001001010100100001111111001101011110110111110101100110100111111 | 92a43f9af6facd3f |
EUC-JP | 彫?奚?? | 11000100101001100011111111010100111110000011111100111111 | c4a63fd4f83f3f |
UTF-8 | 彫렭奚敎꺌 | 111001011011110110101011111010111010000010101101111001011010010110011010111001101001010110001110111010101011101010001100 | e5bdabeba0ade5a59ae6958eeaba8c |
UHC | 彫렭奚敎꺌 | 11110000110000011000111010111010111110101010100011001110111001111011001010100111 | f0c18ebafaa8cee7b2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)