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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 禎私?遵? | 1001001011110101100011101000010000111111100011111000010100111111 | 92f58e843f8f853f |
EUC-JP | 禎私?遵? | 1100010011110111101110111110010000111111101111011110010100111111 | c4f7bbe43fbde53f |
UTF-8 | 禎私깃遵렗 | 111001111010011010001110111001111010011110000001111010101011100110000011111010011000000110110101111010111010000010010111 | e7a68ee7a781eab983e981b5eba097 |
UHC | 禎私깃遵렗 | 11101111111011101101111011100111101100011110101011110001111001011000111010101100 | efeedee7b1eaf1e58eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)