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 | 汝旬汝旬^ | 100100111111000010001111011110111001001111110000100011110111101101011110 | 93f08f7b93f08f7b5e |
EUC-JP | 汝旬汝旬^ | 110001101111001010111101110111001100011011110010101111011101110001011110 | c6f2bddcc6f2bddc5e |
UTF-8 | 汝旬汝旬^ | 11100110101100011001110111100110100101111010110011100110101100011001110111100110100101111010110001011110 | e6b19de697ace6b19de697ac5e |
UHC | 汝旬汝旬^ | 111001101010001111100010111000101110011010100011111000101110001001011110 | e6a3e2e2e6a3e2e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)