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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟋占、仙推 | 111001011010011110010000111010001010010010010000111001011001000010000100 | e5a790e8a490e59084 |
EUC-JP | 蟋占、仙推 | 11101010101010011100000011101010100011101010010011000000111001111011111111100100 | eaa9c0ea8ea4c0e7bfe4 |
UTF-8 | 蟋占、仙推 | 111010001001111110001011111001011000110110100000111011111011110110100100111001001011101110011001111001101000111010101000 | e89f8be58da0efbda4e4bb99e68ea8 |
UHC | ?占?仙推 | 0011111111101111101111110011111111100000101110011111010111001111 | 3fefbf3fe0b9f5cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)