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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???軟?? | 00111111001111110011111110010011111011100011111100111111 | 3f3f3f93ee3f3f |
EUC-JP | 滎??軟?? | 100011111100100010111001001111110011111111000110111100000011111100111111 | 8fc8b93f3fc6f03f3f |
UTF-8 | 滎섋뻗軟쒏뮈 | 111001101011101110001110111011001000010010001011111010111011101110010111111010001011101110011111111011001001001010001111111010111010111010001000 | e6bb8eec848bebbb97e8bb9fec928febae88 |
UHC | 滎섋뻗軟쒏뮈 | 111110111010001110011000111010001011101110111000111001101110001110011100111001101011100110111111 | fba398e8bbb8e6e39ce6b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)