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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??я若 | 001111110011111110000100100100011000111011100001 | 3f3f84918ee1 |
EUC-JP | ?庾я若 | 0011111110001111101111001100111010100111111100011011110011100011 | 3f8fbccea7f1bce3 |
UTF-8 | 뤗庾я若 | 1110101110100100100101111110010110111010101111101101000110001111111010001000101110100101 | eba497e5babed18fe88ba5 |
UHC | 뤗庾я若 | 1000111111000111111010101110110010101100111100011110010110110100 | 8fc7eaecacf1e5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)