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 | Üõ | 1000110010000011100011111000000010001000110111001001010011110101 | 8c838f8088dc94f5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?????Ü?õ | 001111110011111100111111001111110011111110001111101010101110010000111111100011111010101111011000 | 3f3f3f3f3f8faae43f8fabd8 |
UTF-8 | Üõ | 11000010100011001100001010000011110000101000111111000010100000001100001010001000110000111001110011000010100101001100001110110101 | c28cc283c28fc280c288c39cc294c3b5 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)