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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 丹辿鉄 | 100100100100111110010010010010001001001101010011 | 924f92489353 |
EUC-JP | 丹辿鉄 | 110000111011000011000011101010011100010110110100 | c3b0c3a9c5b4 |
UTF-8 | 丹辿鉄 | 111001001011100010111001111010001011111010111111111010011000100110000100 | e4b8b9e8bebfe98984 |
UHC | 丹?? | 11010011101000010011111100111111 | d3a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)