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 | ???悅? | 001111110011111100111111111110101011110100111111 | 3f3f3ffabd3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 琉덈콉悅툫 | 111011111010011110001100111010111000110110001000111011001011110110001001111001101000001010000101111011011000100010101011 | efa78ceb8d88ecbd89e68285ed88ab |
UHC | 琉덈콉悅툫 | 11101011101001001000100011101011101100011000010111100110111011011011100101000010 | eba488ebb185e6edb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)