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 | ??T?? | 0011111100111111010101000011111100111111 | 3f3f543f3f |
SJIS-WIN | ??T?? | 0011111100111111010101000011111100111111 | 3f3f543f3f |
EUC-JP | ??T?? | 0011111100111111010101000011111100111111 | 3f3f543f3f |
UTF-8 | 롍렫T롇렟 | 11101011101000011000110111101011101000001010101101010100111010111010000110000111111010111010000010011111 | eba18deba0ab54eba187eba09f |
UHC | 롍렫T롇렟 | 100011101101001110001110101110010101010010001110110011011000111010110000 | 8ed38eb9548ecd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)