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 | 譛腫囈^ | 11100110100111001000111011101110100110101001010001011110 | e69c8eee9a945e |
EUC-JP | 譛腫囈^ | 11101011111111001011110011110000110100111111010001011110 | ebfcbcf0d3f45e |
UTF-8 | 譛腫囈^ | 11101000101011011001101111101000100001011010101111100101100110111000100001011110 | e8ad9be885abe59b885e |
UHC | ?腫?^ | 0011111111110000111111100011111101011110 | 3ff0fe3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)