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 | 愁?? | 10001111010001000011111100111111 | 8f443f3f |
EUC-JP | 愁?? | 10111101101001010011111100111111 | bda53f3f |
UTF-8 | 愁暈뤅 | 111001101000010010000001111011111010011110000101111010111010010010000101 | e68481efa785eba485 |
UHC | 愁暈뤅 | 111000011111111011101001111101111000111110110101 | e1fee9f78fb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)