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 | õáÙ | 100100011001001010010101111101011110000111011001 | 919295f5e1d9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???õáÙ | 001111110011111100111111100011111010101111011000100011111010101110100001100011111010101011100011 | 3f3f3f8fabd88faba18faae3 |
UTF-8 | õáÙ | 110000101001000111000010100100101100001010010101110000111011010111000011101000011100001110011001 | c291c292c295c3b5c3a1c399 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)