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 | ◇?匿? | 100000011001111000111111100100111011110100111111 | 819e3f93bd3f |
EUC-JP | ◇?匿? | 101000011111111000111111110001101011111100111111 | a1fe3fc6bf3f |
UTF-8 | ◇룶匿룵 | 111000101001011110000111111010111010001110110110111001011000110010111111111010111010001110110101 | e29787eba3b6e58cbfeba3b5 |
UHC | ◇룶匿룵 | 1010000111011110100011111010101111010010111110111000111110101010 | a1de8fabd2fb8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)