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 | 籬ル芥跟 | 1110001011011111100000111000101110001010010010001110011011101110 | e2df838b8a48e6ee |
EUC-JP | 籬ル芥跟 | 1110010011100001101001011110101110110011101010011110110011110000 | e4e1a5ebb3a9ecf0 |
UTF-8 | 籬ル芥跟 | 111001111011000110101100111000111000001110101011111010001000101010100101111010001011011110011111 | e7b1ace383abe88aa5e8b79f |
UHC | 籬ル芥? | 11010111111001101010101111101011110010111100111000111111 | d7e6abebcbce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)