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 | テアテ愿催 | 11000011101100011100001110011100110000111000110111000011 | c3b1c39cc38dc3 |
EUC-JP | テアテ愿催 | 10001110110000111000111010110001100011101100001111011000110001011011101011000101 | 8ec38eb18ec3d8c5bac5 |
UTF-8 | テアテ愿催 | 111011111011111010000011111011111011110110110001111011111011111010000011111001101000010010111111111001011000001010101100 | efbe83efbdb1efbe83e684bfe582ac |
UHC | ???愿催 | 00111111001111110011111111101010101101001111010111001010 | 3f3f3feab4f5ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)