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 | 肭劫晃^ | 11100011111010111000110110000101100011010101011101011110 | e3eb8d858d575e |
EUC-JP | 肭劫晃^ | 11100110111011011011100111100101101110011011100001011110 | e6edb9e5b9b85e |
UTF-8 | 肭劫晃^ | 11101000100000101010110111100101100010101010101111100110100110011000001101011110 | e882ade58aabe699835e |
UHC | ?劫晃^ | 001111111100110010100100111111001100110001011110 | 3fcca4fccc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)