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 | ?D?T??G?G | 001111110100010000111111010101000011111100111111010001110011111101000111 | 3f443f543f3f473f47 |
SJIS-WIN | ?D?T??G?G | 001111110100010000111111010101000011111100111111010001110011111101000111 | 3f443f543f3f473f47 |
EUC-JP | ?D?T??G?G | 001111110100010000111111010101000011111100111111010001110011111101000111 | 3f443f543f3f473f47 |
UTF-8 | 혪D혪T혩혻G혪G | 11101101100110001010101001000100111011011001100010101010010101001110110110011000101010011110110110011000101110110100011111101101100110001010101001000111 | ed98aa44ed98aa54ed98a9ed98bb47ed98aa47 |
UHC | 혪D혪T혩혻G혪G | 1100001010010010010001001100001010010010010101001100001010010001110000101010000001000111110000101001001001000111 | c29244c29254c291c2a047c29247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)