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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鵰リ「鵰菲^ | 111111000100011111011000101000101111110001000111111001001100100101011110 | fc47d8a2fc47e4c95e |
EUC-JP | 鵰リ「鵰菲^ | 10001111111010111111101110001110110110001000111010100010100011111110101111111011111010001100101101011110 | 8febfb8ed88ea28febfbe8cb5e |
UTF-8 | 鵰リ「鵰菲^ | 11101001101101011011000011101111101111101001100011101111101111011010001011101001101101011011000011101000100011111011001001011110 | e9b5b0efbe98efbda2e9b5b0e88fb25e |
UHC | ????菲^ | 00111111001111110011111100111111110111101010001101011110 | 3f3f3f3fdea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)