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 | 迹、軏具ス」 | 111001111001000110100100111110111011001010001011111011111011110110100011 | e791a4fbb28befbda3 |
EUC-JP | 迹、軏具ス」 | 11101101111100011000111010100100100011111110000011011001101101101111000110001110101111011000111010100011 | edf18ea48fe0d9b6f18ebd8ea3 |
UTF-8 | 迹、軏具ス」 | 111010001011111110111001111011111011110110100100111010001011101110001111111001011000010110110111111011111011110110111101111011111011110110100011 | e8bfb9efbda4e8bb8fe585b7efbdbdefbda3 |
UHC | 迹??具?? | 1110111011101001001111110011111111001110111111010011111100111111 | eee93f3fcefd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)