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 | 鳶?え旬? | 1001001111001110001111111000001010100110100011110111101100111111 | 93ce3f82a68f7b3f |
EUC-JP | 鳶?え旬? | 1100011011010000001111111010010010101000101111011101110000111111 | c6d03fa4a8bddc3f |
UTF-8 | 鳶먮え旬퇟 | 111010011011001110110110111010111010100010101110111000111000000110001000111001101001011110101100111011011000011110011111 | e9b3b6eba8aee38188e697aced879f |
UHC | 鳶먮え旬퇟 | 11100110111010011001000011101011101010101010100011100010111000101011100001001111 | e6e990ebaaa8e2e2b84f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)