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 | ????_? | 001111110011111100111111001111110101111100111111 | 3f3f3f3f5f3f |
SJIS-WIN | テカテ」_テ | 110000111011011011000011101000110101111111000011 | c3b6c3a35fc3 |
EUC-JP | テカテ」_テ | 1000111011000011100011101011011010001110110000111000111010100011010111111000111011000011 | 8ec38eb68ec38ea35f8ec3 |
UTF-8 | テカテ」_テ | 11101111101111101000001111101111101111011011011011101111101111101000001111101111101111011010001101011111111011111011111010000011 | efbe83efbdb6efbe83efbda35fefbe83 |
UHC | ????_? | 001111110011111100111111001111110101111100111111 | 3f3f3f3f5f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)