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 | テ。テクツ淌触 | 110000111010000111000011101110001100001010011111110000111001000001000111 | c3a1c3b8c29fc39047 |
EUC-JP | テ。テクツ淌触 | 1000111011000011100011101010000110001110110000111000111010111000100011101100001011011110110001011011111110101000 | 8ec38ea18ec38eb88ec2dec5bfa8 |
UTF-8 | テ。テクツ淌触 | 111011111011111010000011111011111011110110100001111011111011111010000011111011111011110110111000111011111011111010000010111001101011011110001100111010001010011110100110 | efbe83efbda1efbe83efbdb8efbe82e6b78ce8a7a6 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)