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 | 鴣鹿嵭湿 | 1110100111110011100011101010110111111010101100111000111010111100 | e9f38eadfab38ebc |
EUC-JP | 鴣鹿嵭湿 | 111100101111010110111100101011111000111110111011110111101011110010111110 | f2f5bcaf8fbbdebcbe |
UTF-8 | 鴣鹿嵭湿 | 111010011011010010100011111010011011100110111111111001011011010110101101111001101011100110111111 | e9b4a3e9b9bfe5b5ade6b9bf |
UHC | ?鹿?? | 0011111111010110111000110011111100111111 | 3fd6e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)