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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 歟??揖?歟 | 100111110110001000111111001111111001011101001011001111111001111101100010 | 9f623f3f974b3f9f62 |
EUC-JP | 歟??揖?歟 | 110111011100001100111111001111111100110110101100001111111101110111000011 | ddc33f3fcdac3fddc3 |
UTF-8 | 歟㏃옚揖늜歟 | 111001101010110110011111111000111000111110000011111011001001100010011010111001101000111110010110111010111000101010011100111001101010110110011111 | e6ad9fe38f83ec989ae68f96eb8a9ce6ad9f |
UHC | 歟㏃옚揖늜歟 | 111001101010001010100111111011001001111010011110111010111110011110001000011010001110011010100010 | e6a2a7ec9e9eebe78868e6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)