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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 淫大淫垈^ | 100010001111101010010001111001011000100011111010100110101011000001011110 | 88fa91e588fa9ab05e |
EUC-JP | 淫大淫垈^ | 101100001111110011000010111001111011000011111100110101001011001001011110 | b0fcc2e7b0fcd4b25e |
UTF-8 | 淫大淫垈^ | 11100110101101111010101111100101101001001010011111100110101101111010101111100101100111101000100001011110 | e6b7abe5a4a7e6b7abe59e885e |
UHC | 淫大淫垈^ | 111010111110001011010011110111101110101111100010110100111101110001011110 | ebe2d3deebe2d3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)