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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヒ鴆ー | 110010111110100111101111111101101111110010110000 | cbe9eff6fcb0 |
EUC-JP | ヒ鴆?ー | 10001110110010111111001011110001001111111000111010110000 | 8ecbf2f13f8eb0 |
UTF-8 | ヒ鴆ー | 111011111011111010001011111010011011010010000110111011101001010010100011111011111011110110110000 | efbe8be9b486ee94a3efbdb0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)