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 | 錠?劍 | 1000111111111001001111111001100110011000 | 8ff93f9998 |
EUC-JP | 錠?劍 | 1011111011111011001111111101000111111000 | befb3fd1f8 |
UTF-8 | 錠쭹劍 | 111010011000110010100000111011001010110110111001111001011000101010001101 | e98ca0ecadb9e58a8d |
UHC | 錠쭹劍 | 111011111111110011000010111001111100101111111100 | effcc2e7cbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)