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 | ?切輒 | 0011111110010000110110001110011101101011 | 3f90d8e76b |
EUC-JP | 瑄切輒 | 10001111110011001011100111000000110110101110110111001100 | 8fccb9c0daedcc |
UTF-8 | 瑄切輒 | 111001111001000110000100111001011000100010000111111010001011110010010010 | e79184e58887e8bc92 |
UHC | 瑄切輒 | 111000001100010111101111101101111111010011100101 | e0c5efb7f4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)