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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 畢?迂? | 100101010100110000111111100010010100100100111111 | 954c3f89493f |
EUC-JP | 畢?迂? | 110010011010110100111111101100011010101000111111 | c9ad3fb1aa3f |
UTF-8 | 畢렫迂렛 | 111001111001010110100010111010111010000010101011111010001011111110000010111010111010000010011011 | e795a2eba0abe8bf82eba09b |
UHC | 畢렫迂렛 | 1111100110110100100011101011100111101001111001101011011110111111 | f9b48eb9e9e6b7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)