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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | チ」称ケタⅱ | 1100000110100011100011111100110010111001110000001111101001000001 | c1a38fccb9c0fa41 |
EUC-JP | チ」称ケタ? | 1000111011000001100011101010001110111110110011101000111010111001100011101100000000111111 | 8ec18ea3bece8eb98ec03f |
UTF-8 | チ」称ケタⅱ | 111011111011111010000001111011111011110110100011111001111010011110110000111011111011110110111001111011111011111010000000111000101000010110110001 | efbe81efbda3e7a7b0efbdb9efbe80e285b1 |
UHC | ?????ⅱ | 00111111001111110011111100111111001111111010010110100010 | 3f3f3f3f3fa5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)