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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鹿嵭疾 | 11110010101000011000111010101101111110101011001110001110101111101111000010100101 | f2a18eadfab38ebef0a5 |
EUC-JP | ?鹿嵭疾? | 001111111011110010101111100011111011101111011110101111001100000000111111 | 3fbcaf8fbbdebcc03f |
UTF-8 | 鹿嵭疾 | 111011101000011110011000111010011011100110111111111001011011010110101101111001111001011010111110111011101000000110100100 | ee8798e9b9bfe5b5ade796beee81a4 |
UHC | ?鹿?疾? | 00111111110101101110001100111111111100101111000000111111 | 3fd6e33ff2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)