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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????儒 | 0011111100111111001111110011111100111111001111111000111011110010 | 3f3f3f3f3f3f8ef2 |
EUC-JP | ??????儒 | 0011111100111111001111110011111100111111001111111011110011110100 | 3f3f3f3f3f3fbcf4 |
UTF-8 | 轢용젎蓼용씒儒 | 111011111010011010001101111011001001101010101001111011001010000010001110111011111010011110000010111011001001101010101001111011001001010010010010111001011000010010010010 | efa68dec9aa9eca08eefa782ec9aa9ec9492e58492 |
UHC | 轢용젎蓼용씒儒 | 1110011010111100101111111110101110100000100011111110100110100111101111111110101110011101101010001110101011100011 | e6bcbfeba08fe9a7bfeb9da8eae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)