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 | 鉉瀧ーク粤 | 1110011111101001100100011110101110110000101110001110001011100011 | e7e991ebb0b8e2e3 |
EUC-JP | 鉉瀧ーク粤 | 11101110111010111100001011101101100011101011000010001110101110001110010011100101 | eeebc2ed8eb08eb8e4e5 |
UTF-8 | 鉉瀧ーク粤 | 111010011000100110001001111001111000000010100111111011111011110110110000111011111011110110111000111001111011001010100100 | e98989e780a7efbdb0efbdb8e7b2a4 |
UHC | 鉉瀧??? | 11111010111010001101011011101001001111110011111100111111 | fae8d6e93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)