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 | ??S??? | 001111110011111101010011001111110011111100111111 | 3f3f533f3f3f |
SJIS-WIN | テェSツ淌触 | 1100001110101010010100111100001010011111110000111001000001000111 | c3aa53c29fc39047 |
EUC-JP | テェSツ淌触 | 1000111011000011100011101010101001010011100011101100001011011110110001011011111110101000 | 8ec38eaa538ec2dec5bfa8 |
UTF-8 | テェSツ淌触 | 11101111101111101000001111101111101111011010101001010011111011111011111010000010111001101011011110001100111010001010011110100110 | efbe83efbdaa53efbe82e6b78ce8a7a6 |
UHC | ??S??? | 001111110011111101010011001111110011111100111111 | 3f3f533f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)