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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 辱i?辱??B | 10010000010010101000001010001001001111111001000001001010001111110011111101000010 | 904a82893f904a3f3f42 |
EUC-JP | 辱i?辱??B | 10111111101010111010001111101001001111111011111110101011001111110011111101000010 | bfaba3e93fbfab3f3f42 |
UTF-8 | 辱i뮈辱잌ㅁB | 11101000101111101011000111101111101111011000100111101011101011101000100011101000101111101011000111101100100111101000110011100011100001011000000101000010 | e8beb1efbd89ebae88e8beb1ec9e8ce3858142 |
UHC | 辱i뮈辱잌ㅁB | 11101001101101001010001111101001101110011011111111101001101101001001111111100101101001001011000101000010 | e9b4a3e9b9bfe9b49fe5a4b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)