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 | ?ば鏃 | 0011111110000010110011101110100001010110 | 3f82cee856 |
EUC-JP | ?ば鏃 | 0011111110100100110100001110111110110111 | 3fa4d0efb7 |
UTF-8 | 뤞ば鏃 | 111010111010010010011110111000111000000110110000111010011000111110000011 | eba49ee381b0e98f83 |
UHC | 뤞ば鏃 | 100011111100110110101010110100001111000011101100 | 8fcdaad0f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)