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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | ?汝?e^ | 001111111001001111110000001111110110010101011110 | 3f93f03f655e |
EUC-JP | ?汝?e^ | 001111111100011011110010001111110110010101011110 | 3fc6f23f655e |
UTF-8 | 룷汝싵e^ | 1110101110100011101101111110011010110001100111011110110010001011101101010110010101011110 | eba3b7e6b19dec8bb5655e |
UHC | 룷汝싵e^ | 1000111110101100111001101010001110011010111011100110010101011110 | 8face6a39aee655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)