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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錫?禪錫 | 10001110111000000011111111100010010101111000111011100000 | 8ee03fe2578ee0 |
EUC-JP | 錫?禪錫 | 10111100111000100011111111100011101110001011110011100010 | bce23fe3b8bce2 |
UTF-8 | 錫卨禪錫 | 111010011000110010101011111001011000110110101000111001111010011010101010111010011000110010101011 | e98cabe58da8e7a6aae98cab |
UHC | 錫卨禪錫 | 1110000010111000111000001101100111100000110010011110000010111000 | e0b8e0d9e0c9e0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)