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 | 悒韵悒韵^ | 100111001010001111101000111011111001110010100011111010001110111101011110 | 9ca3e8ef9ca3e8ef5e |
EUC-JP | 悒韵悒韵^ | 110110001010010111110000111100011101100010100101111100001111000101011110 | d8a5f0f1d8a5f0f15e |
UTF-8 | 悒韵悒韵^ | 11100110100000101001001011101001100111111011010111100110100000101001001011101001100111111011010101011110 | e68292e99fb5e68292e99fb55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)