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 | 艸苦祈蓙 | 1110010010000111100010111110101010001011010001101110010011100110 | e4878bea8b46e4e6 |
EUC-JP | 艸苦祈蓙 | 1110011111100111101101101110110010110101101001111110100011101000 | e7e7b6ecb5a7e8e8 |
UTF-8 | 艸苦祈蓙 | 111010001000100110111000111010001000101110100110111001111010010110001000111010001001001110011001 | e889b8e88ba6e7a588e89399 |
UHC | 艸苦祈? | 11110101101011001100110111001000110100011011011100111111 | f5accdc8d1b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)