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 | 鉷ク茣ャ | 111110111100110110111000111001001011001010101100 | fbcdb8e4b2ac |
EUC-JP | 鉷ク茣ャ | 100011111110001111110001100011101011100011101000101101001000111010101100 | 8fe3f18eb8e8b48eac |
UTF-8 | 鉷ク茣ャ | 111010011000100110110111111011111011110110111000111010001000110010100011111011111011110110101100 | e989b7efbdb8e88ca3efbdac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)