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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 再?斌 | 1000110111000100001111111001010101101011 | 8dc43f956b |
EUC-JP | 再?斌 | 1011101011000110001111111100100111001100 | bac63fc9cc |
UTF-8 | 再쾰斌 | 111001011000011010001101111011001011111010110000111001101001011010001100 | e5868decbeb0e6968c |
UHC | 再쾰斌 | 111011101010001011000100111010111101111010110000 | eea2c4ebdeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)