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 | îÀÜì³¥ | 1110111011000000110111001110110010001110101100111000111010100101 | eec0dcec8eb38ea5 |
SJIS-WIN | ???????¥ | 001111110011111100111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f3f3f818f |
EUC-JP | îÀÜì???? | 10001111101010111100001010001111101010101010001010001111101010101110010010001111101010111100000000111111001111110011111100111111 | 8fabc28faaa28faae48fabc03f3f3f3f |
UTF-8 | îÀÜì³¥ | 11000011101011101100001110000000110000111001110011000011101011001100001010001110110000101011001111000010100011101100001010100101 | c3aec380c39cc3acc28ec2b3c28ec2a5 |
UHC | ?????³?? | 001111110011111100111111001111110011111110101001111110000011111100111111 | 3f3f3f3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)