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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 뱔뢱댷렽뱔 | 111010111011000110010100111010111010001010110001111010111000110010110111111010111010000010111101111010111011000110010100 | ebb194eba2b1eb8cb7eba0bdebb194 |
UHC | 뱔뢱댷렽뱔 | 10010011011101011000111101110000100010001101101010001110110001011001001101110101 | 93758f7088da8ec59375 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)