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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | チ」称ケタⅱ醤 | 11000001101000111000111111001100101110011100000011111010010000011000111111011101 | c1a38fccb9c0fa418fdd |
EUC-JP | チ」称ケタ?醤 | 10001110110000011000111010100011101111101100111010001110101110011000111011000000001111111011111011011111 | 8ec18ea3bece8eb98ec03fbedf |
UTF-8 | チ」称ケタⅱ醤 | 111011111011111010000001111011111011110110100011111001111010011110110000111011111011110110111001111011111011111010000000111000101000010110110001111010011000011010100100 | efbe81efbda3e7a7b0efbdb9efbe80e285b1e986a4 |
UHC | ?????ⅱ? | 0011111100111111001111110011111100111111101001011010001000111111 | 3f3f3f3f3fa5a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)