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 | ???二? | 001111110011111100111111100100111111000100111111 | 3f3f3f93f13f |
EUC-JP | ???二? | 001111110011111100111111110001101111001100111111 | 3f3f3fc6f33f |
UTF-8 | 娛륁눘二쵧 | 111001011010100010011011111010111010010110000001111010111000100010011000111001001011101010001100111011001011010110100111 | e5a89beba581eb8898e4ba8cecb5a7 |
UHC | 娛륁눘二쵧 | 11100111111101001000111111101100100001111011000111101100101000111010110101000110 | e7f48fec87b1eca3ad46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)