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 | ??漿?提 | 00111111001111111001111111110111001111111001001011110001 | 3f3f9ff73f92f1 |
EUC-JP | 馹?漿?提 | 100011111110100110100001001111111101111011111001001111111100010011110011 | 8fe9a13fdef93fc4f3 |
UTF-8 | 馹렱漿렣提 | 111010011010011010111001111010111010000010110001111001101011110010111111111010111010000010100011111001101000111110010000 | e9a6b9eba0b1e6bcbfeba0a3e68f90 |
UHC | 馹렱漿렣提 | 11101100111100011000111010111110111011011110110010001110101101001111000010101011 | ecf18ebeedec8eb4f0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)