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 | 影??率?? | 1000100101100101001111110011111110010111101001100011111100111111 | 89653f3f97a63f3f |
EUC-JP | 影??率?? | 1011000111000110001111110011111111001110101010000011111100111111 | b1c63f3fcea83f3f |
UTF-8 | 影놂쉠率댐풚 | 111001011011110110110001111010111000011010000010111011001000100110100000111001111000111010000111111010111000110010010000111011011001001010011010 | e5bdb1eb8682ec89a0e78e87eb8c90ed929a |
UHC | 影놂쉠率댐풚 | 111001111010111110110011111011111011110110101010111000011110001110110100111011111011111010011101 | e7afb3efbdaae1e3b4efbe9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)