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 | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
SJIS-WIN | 貎∫ル[ | 11100110101111011000000111100111100000111000101101011011 | e6bd81e7838b5b |
EUC-JP | 貎∫ル[ | 11101100101111111010001011101001101001011110101101011011 | ecbfa2e9a5eb5b |
UTF-8 | 貎∫ル[ | 11101000101100101000111011100010100010001010101111100011100000111010101101011011 | e8b28ee288abe383ab5b |
UHC | ?∫ル[ | 001111111010000111110010101010111110101101011011 | 3fa1f2abeb5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)