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 | テャテ催慊ケ | 1100001110101100110000111000110111000011100111001100001010111001 | c3acc38dc39cc2b9 |
EUC-JP | テャテ催慊ケ | 100011101100001110001110101011001000111011000011101110101100010111011000110001001000111010111001 | 8ec38eac8ec3bac5d8c48eb9 |
UTF-8 | テャテ催慊ケ | 111011111011111010000011111011111011110110101100111011111011111010000011111001011000001010101100111001101000010110001010111011111011110110111001 | efbe83efbdacefbe83e582ace6858aefbdb9 |
UHC | ???催慊? | 0011111100111111001111111111010111001010110011001100001100111111 | 3f3f3ff5caccc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)