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 | 紆僥瀟? | 11100010111111001001100101000110111000000110111000111111 | e2fc9946e06e3f |
EUC-JP | 紆僥瀟炤 | 111001001111111011010001101001111101111111001111100011111100100111010010 | e4fed1a7dfcf8fc9d2 |
UTF-8 | 紆僥瀟炤 | 111001111011010010000110111001011000001110100101111001111000000010011111111001111000001010100100 | e7b486e583a5e7809fe782a4 |
UHC | 紆僥瀟炤 | 1110100111100001111010001110100111100001101111101110000110111111 | e9e1e8e9e1bee1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)