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 | 歟??揖ч? | 100111110110001000111111001111111001011101001011100001001000100100111111 | 9f623f3f974b84893f |
EUC-JP | 歟??揖ч? | 110111011100001100111111001111111100110110101100101001111110100100111111 | ddc33f3fcdaca7e93f |
UTF-8 | 歟㏓냲揖ч걲 | 1110011010101101100111111110001110001111100100111110101110000011101100101110011010001111100101101101000110000111111010101011000110110010 | e6ad9fe38f93eb83b2e68f96d187eab1b2 |
UHC | 歟㏓냲揖ч걲 | 111001101010001010100111111010111000011010000010111010111110011110101100111010011000000110011001 | e6a2a7eb8682ebe7ace98199 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)