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 | テつ佚つョテ | 110000111000001011000010100110001100001110000010110000101010111011000011 | c382c298c382c2aec3 |
EUC-JP | テつ佚つョテ | 100011101100001110100100110001001101000011000101101001001100010010001110101011101000111011000011 | 8ec3a4c4d0c5a4c48eae8ec3 |
UTF-8 | テつ佚つョテ | 111011111011111010000011111000111000000110100100111001001011110110011010111000111000000110100100111011111011110110101110111011111011111010000011 | efbe83e381a4e4bd9ae381a4efbdaeefbe83 |
UHC | ?つ佚つ?? | 001111111010101011000100111011001110101010101010110001000011111100111111 | 3faac4eceaaac43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)