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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 鞋??節?? | 1110100011011100001111110011111110010000110111110011111100111111 | e8dc3f3f90df3f3f |
EUC-JP | 鞋??節®? | 11110000110111100011111100111111110000001110000110001111101000101110111000111111 | f0de3f3fc0e18fa2ee3f |
UTF-8 | 鞋뗰풅節®왃 | 1110100110011110100010111110101110010111101100001110110110010010100001011110011110101111100000001100001010101110111011001001100110000011 | e99e8beb97b0ed9285e7af80c2aeec9983 |
UHC | 鞋뗰풅節®왃 | 111110111011100110001011111011111011111010001101111011111011110110100010111001111001111010110110 | fbb98befbe8defbda2e79eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)