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 | 鴣鹿雫嵭漆 | 111010011111001110001110101011011111001010101101100011101011010011111010101100111000111010111101 | e9f38eadf2ad8eb4fab38ebd |
EUC-JP | 鴣鹿?雫嵭漆 | 111100101111010110111100101011110011111110111100101101101000111110111011110111101011110010111111 | f2f5bcaf3fbcb68fbbdebcbf |
UTF-8 | 鴣鹿雫嵭漆 | 111010011011010010100011111010011011100110111111111011101000011110100100111010011001101110101011111001011011010110101101111001101011110010000110 | e9b4a3e9b9bfee87a4e99babe5b5ade6bc86 |
UHC | ?鹿???漆 | 0011111111010110111000110011111100111111001111111111011011010100 | 3fd6e33f3f3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)