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 | 錫?釋錫 | 10001110111000000011111111100111110101111000111011100000 | 8ee03fe7d78ee0 |
EUC-JP | 錫?釋錫 | 10111100111000100011111111101110110110011011110011100010 | bce23feed9bce2 |
UTF-8 | 錫卨釋錫 | 111010011000110010101011111001011000110110101000111010011000011110001011111010011000110010101011 | e98cabe58da8e9878be98cab |
UHC | 錫卨釋錫 | 1110000010111000111000001101100111100000101101111110000010111000 | e0b8e0d9e0b7e0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)