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 | û×ÜûÃú«» | 1111101111010111110111001111101111000011111110101010101110111011 | fbd7dcfbc3faabbb |
SJIS-WIN | ?×?????? | 001111111000000101111110001111110011111100111111001111110011111100111111 | 3f817e3f3f3f3f3f3f |
EUC-JP | û×ÜûÃú?? | 10001111101010111110010110100001110111111000111110101010111001001000111110101011111001011000111110101010101010101000111110101011111000100011111100111111 | 8fabe5a1df8faae48fabe58faaaa8fabe23f3f |
UTF-8 | û×ÜûÃú«» | 11000011101110111100001110010111110000111001110011000011101110111100001110000011110000111011101011000010101010111100001010111011 | c3bbc397c39cc3bbc383c3bac2abc2bb |
UHC | ?×?????? | 001111111010000110111111001111110011111100111111001111110011111100111111 | 3fa1bf3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)