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 | 漬?弔蓬 | 10010010110100000011111110010010101000101001011001001000 | 92d03f92a29648 |
EUC-JP | 漬?弔蓬 | 11000100110100100011111111000100101001001100101110101001 | c4d23fc4a4cba9 |
UTF-8 | 漬렠弔蓬 | 111001101011110010101100111010111010000010100000111001011011110010010100111010001001001110101100 | e6bcaceba0a0e5bc94e893ac |
UHC | 漬렠弔蓬 | 1111001010110000100011101011000111110000110000001101110011101111 | f2b08eb1f0c0dcef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)