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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 鏆鏆[鏆鏆[^ | 1111101111100010111110111110001001011011111110111110001011111011111000100101101101011110 | fbe2fbe25bfbe2fbe25b5e |
EUC-JP | 鏆鏆[鏆鏆[^ | 100011111110010110111111100011111110010110111111010110111000111111100101101111111000111111100101101111110101101101011110 | 8fe5bf8fe5bf5b8fe5bf8fe5bf5b5e |
UTF-8 | 鏆鏆[鏆鏆[^ | 111010011000111110000110111010011000111110000110010110111110100110001111100001101110100110001111100001100101101101011110 | e98f86e98f865be98f86e98f865b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)