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 | テカツョテ古セ | 1100001110110110110000101010111011000011100011001100001110111110 | c3b6c2aec38cc3be |
EUC-JP | テカツョテ古セ | 1000111011000011100011101011011010001110110000101000111010101110100011101100001110111000110001011000111010111110 | 8ec38eb68ec28eae8ec3b8c58ebe |
UTF-8 | テカツョテ古セ | 111011111011111010000011111011111011110110110110111011111011111010000010111011111011110110101110111011111011111010000011111001011000111110100100111011111011110110111110 | efbe83efbdb6efbe82efbdaeefbe83e58fa4efbdbe |
UHC | ?????古? | 0011111100111111001111110011111100111111110011011010111100111111 | 3f3f3f3f3fcdaf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)