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 | 北簫戀 | 100101100110101111100010110100101001110011110110 | 966be2d29cf6 |
EUC-JP | 北簫戀 | 110010111100110011100100110101001101100011111000 | cbcce4d4d8f8 |
UTF-8 | 北簫戀 | 111001011000110010010111111001111011000010101011111001101000100010000000 | e58c97e7b0abe68880 |
UHC | 北簫戀 | 110111011100000111100001110001111101010111111100 | ddc1e1c7d5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)