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 | ???y\ | 0011111100111111001111110111100101011100 | 3f3f3f795c |
SJIS-WIN | 郁??y\ | 100010001110100000111111001111110111100101011100 | 88e83f3f795c |
EUC-JP | 郁??y\ | 101100001110101000111111001111110111100101011100 | b0ea3f3f795c |
UTF-8 | 郁양횐y\ | 1110100110000011100000011110110010010110100100011110110110011010100100000111100101011100 | e98381ec9691ed9a90795c |
UHC | 郁양횐y\ | 1110100111110100101111101110011111001000101110100111100101011100 | e9f4bee7c8ba795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)