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 | »ãÙõ¼» | 101110111110001111011001111101011011110010111011 | bbe3d9f5bcbb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ãÙõ?? | 001111111000111110101011101010101000111110101010111000111000111110101011110110000011111100111111 | 3f8fabaa8faae38fabd83f3f |
UTF-8 | »ãÙõ¼» | 110000101011101111000011101000111100001110011001110000111011010111000010101111001100001010111011 | c2bbc3a3c399c3b5c2bcc2bb |
UHC | ????¼? | 00111111001111110011111100111111101010001111100100111111 | 3f3f3f3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)