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 | 巽辰 | 111001011011011110111101111010001011111010110000 | e5b7bde8beb0 |
SJIS-WIN | ?????° | 00111111001111110011111100111111001111111000000110001011 | 3f3f3f3f3f818b |
EUC-JP | å??è?° | 1000111110101011101010010011111100111111100011111010101110110010001111111010000111101011 | 8faba93f3f8fabb23fa1eb |
UTF-8 | 巽辰 | 110000111010010111000010101101111100001010111101110000111010100011000010101111101100001010110000 | c3a5c2b7c2bdc3a8c2bec2b0 |
UHC | ?·½?¾° | 00111111101000011010010010101000111101100011111110101000111110101010000111000110 | 3fa1a4a8f63fa8faa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)