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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 漬?翁Μ | 10010010110100000011111110001001101001011000001110101010 | 92d03f89a583aa |
EUC-JP | 漬?翁Μ | 11000100110100100011111110110010101001111010011010101100 | c4d23fb2a7a6ac |
UTF-8 | 漬렮翁Μ | 1110011010111100101011001110101110100000101011101110011110111111100000011100111010011100 | e6bcaceba0aee7bf81ce9c |
UHC | 漬렮翁Μ | 1111001010110000100011101011101111101000101110101010010111001100 | f2b08ebbe8baa5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)