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 | ¼R¼^B | 10010010101111000101001010010010101111000101111001000010 | 92bc5292bc5e42 |
SJIS-WIN | ??R??^B | 00111111001111110101001000111111001111110101111001000010 | 3f3f523f3f5e42 |
EUC-JP | ??R??^B | 00111111001111110101001000111111001111110101111001000010 | 3f3f523f3f5e42 |
UTF-8 | ¼R¼^B | 1100001010010010110000101011110001010010110000101001001011000010101111000101111001000010 | c292c2bc52c292c2bc5e42 |
UHC | ?¼R?¼^B | 001111111010100011111001010100100011111110101000111110010101111001000010 | 3fa8f9523fa8f95e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)