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 | B¼B¼^ | 100100010100001010010000101111001001000101000010100100001011110001011110 | 914290bc914290bc5e |
SJIS-WIN | ?B???B??^ | 001111110100001000111111001111110011111101000010001111110011111101011110 | 3f423f3f3f423f3f5e |
EUC-JP | ?B???B??^ | 001111110100001000111111001111110011111101000010001111110011111101011110 | 3f423f3f3f423f3f5e |
UTF-8 | B¼B¼^ | 110000101001000101000010110000101001000011000010101111001100001010010001010000101100001010010000110000101011110001011110 | c29142c290c2bcc29142c290c2bc5e |
UHC | ?B?¼?B?¼^ | 0011111101000010001111111010100011111001001111110100001000111111101010001111100101011110 | 3f423fa8f93f423fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)