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 | 鴣鹿雫煜漆 | 111010011111001110001110101011011111001010101101100011101011010011111011010101011000111010111101 | e9f38eadf2ad8eb4fb558ebd |
EUC-JP | 鴣鹿?雫煜漆 | 111100101111010110111100101011110011111110111100101101101000111111001001111111001011110010111111 | f2f5bcaf3fbcb68fc9fcbcbf |
UTF-8 | 鴣鹿雫煜漆 | 111010011011010010100011111010011011100110111111111011101000011110100100111010011001101110101011111001111000010110011100111001101011110010000110 | e9b4a3e9b9bfee87a4e99babe7859ce6bc86 |
UHC | ?鹿??煜漆 | 001111111101011011100011001111110011111111101001111100101111011011010100 | 3fd6e33f3fe9f2f6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)