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 | 隲「繝ォ縺冶 | 11101000101010111010001011100011100000111010101111100011100000011001011011101000 | e8aba2e383abe38196e8 |
EUC-JP | 隲「繝ォ縺冶 | 111100001010110110001110101000101110010111100011100011101010101111100101111000011100110011101010 | f0ad8ea2e5e38eabe5e1ccea |
UTF-8 | 隲「繝ォ縺冶 | 111010011001101010110010111011111011110110100010111001111011100110011101111011111011110110101011111001111011100010111010111001011000011010110110 | e99ab2efbda2e7b99defbdabe7b8bae586b6 |
UHC | ?????冶 | 00111111001111110011111100111111001111111110010110100111 | 3f3f3f3f3fe5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)