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 | 辱i?軟?? | 100100000100101010000010100010010011111110010011111011100011111100111111 | 904a82893f93ee3f3f |
EUC-JP | 辱i?軟?? | 101111111010101110100011111010010011111111000110111100000011111100111111 | bfaba3e93fc6f03f3f |
UTF-8 | 辱i뮈軟쒏뮈 | 111010001011111010110001111011111011110110001001111010111010111010001000111010001011101110011111111011001001001010001111111010111010111010001000 | e8beb1efbd89ebae88e8bb9fec928febae88 |
UHC | 辱i뮈軟쒏뮈 | 111010011011010010100011111010011011100110111111111001101110001110011100111001101011100110111111 | e9b4a3e9b9bfe6e39ce6b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)