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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 霎ー蝮ヲ褓慌] | 1110100010111110101100001110010110011101101001101110010111101110100011010101000101011101 | e8beb0e59da6e5ee8d515d |
EUC-JP | 霎ー蝮ヲ褓慌] | 11110000110000001000111010110000111010011111110110001110101001101110101011110000101110011011001001011101 | f0c08eb0e9fd8ea6eaf0b9b25d |
UTF-8 | 霎ー蝮ヲ褓慌] | 11101001100111001000111011101111101111011011000011101000100111011010111011101111101111011010011011101000101001001001001111100110100001011000110001011101 | e99c8eefbdb0e89daeefbda6e8a493e6858c5d |
UHC | ????褓慌] | 001111110011111100111111001111111101110011001110111111001100101101011101 | 3f3f3f3fdccefccb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)