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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 篌√オ^ | 11100010101110101000000111100011100000110100100101011110 | e2ba81e383495e |
EUC-JP | 篌√オ^ | 11100100101111001010001011100101101001011010101001011110 | e4bca2e5a5aa5e |
UTF-8 | 篌√オ^ | 11100111101011111000110011100010100010001001101011100011100000101010101001011110 | e7af8ce2889ae382aa5e |
UHC | ?√オ^ | 001111111010000111101110101010111010101001011110 | 3fa1eeabaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)