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 | 設?? | 10010000110111010011111100111111 | 90dd3f3f |
EUC-JP | 設?? | 11000000110111110011111100111111 | c0df3f3f |
UTF-8 | 設롕렼 | 111010001010100010101101111010111010000110010101111010111010000010111100 | e8a8adeba195eba0bc |
UHC | 設롕렼 | 111000001110001010001110110110011000111011000100 | e0e28ed98ec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)