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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淙?鬱? | 100111111100100000111111100111110101010000111111 | 9fc83f9f543f |
EUC-JP | 淙?鬱? | 110111101100101000111111110111011011010100111111 | deca3fddb53f |
UTF-8 | 淙렓鬱닿 | 111001101011011110011001111010111010000010010011111010011010110010110001111010111000101110111111 | e6b799eba093e9acb1eb8bbf |
UHC | 淙렓鬱닿 | 1111000011111000100011101010100011101010101001101011010011101010 | f0f88ea8eaa6b4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)