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 | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-WIN | 鱆痾鶺B痾韲 | 1110100111100001111000010111110111101010010101000100001011100001011111011110100011101100 | e9e1e17dea5442e17de8ec |
EUC-JP | 鱆痾鶺B痾韲 | 1111001011100011111000011101111011110011101101010100001011100001110111101111000011101110 | f2e3e1def3b542e1def0ee |
UTF-8 | 鱆痾鶺B痾韲 | 11101001101100011000011011100111100101111011111011101001101101101011101001000010111001111001011110111110111010011001111110110010 | e9b186e797bee9b6ba42e797bee99fb2 |
UHC | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)