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 | ??┃晧 | 001111110011111110000100101010111001110111101100 | 3f3f84ab9dec |
EUC-JP | 焌?┃晧 | 1000111111001001111010000011111110101000101011011101101011101110 | 8fc9e83fa8addaee |
UTF-8 | 焌쇔┃晧 | 111001111000010010001100111011001000011110010100111000101001010010000011111001101001100110100111 | e7848cec8794e29483e699a7 |
UHC | 焌쇔┃晧 | 1111000111100000101111001110010110100110101011011111101111000101 | f1e0bce5a6adfbc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)