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 | 鳶?ぐ蘖?? | 100100111100111000111111100000101010111010011111010100000011111100111111 | 93ce3f82ae9f503f3f |
EUC-JP | 鳶?ぐ蘖?? | 110001101101000000111111101001001011000011011101101100010011111100111111 | c6d03fa4b0ddb13f3f |
UTF-8 | 鳶멱ぐ蘖띴퓱 | 111010011011001110110110111010111010100110110001111000111000000110010000111010001001100010010110111010111001110110110100111011011001001110110001 | e9b3b6eba9b1e38190e89896eb9db4ed93b1 |
UHC | 鳶멱ぐ蘖띴퓱 | 111001101110100110111000111010001010101010110000111001011110111010001101111001001011111110010111 | e6e9b8e8aab0e5ee8de4bf97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)