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 | ????r{d | 00111111001111110011111100111111011100100111101101100100 | 3f3f3f3f727b64 |
SJIS-WIN | 逵ゥ迹ーr{d | 111001111001110010101001111001111001000110110000011100100111101101100100 | e79ca9e791b0727b64 |
EUC-JP | 逵ゥ迹ーr{d | 1110110111111100100011101010100111101101111100011000111010110000011100100111101101100100 | edfc8ea9edf18eb0727b64 |
UTF-8 | 逵ゥ迹ーr{d | 111010011000000010110101111011111011110110101001111010001011111110111001111011111011110110110000011100100111101101100100 | e980b5efbda9e8bfb9efbdb0727b64 |
UHC | 逵?迹?r{d | 110100001011000000111111111011101110100100111111011100100111101101100100 | d0b03feee93f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)