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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 食??? | 1001000001001000001111110011111100111111 | 90483f3f3f |
EUC-JP | 食??? | 1011111110101001001111110011111100111111 | bfa93f3f3f |
UTF-8 | 食룋돸女 | 111010011010001110011111111010111010001110001011111010111000111110111000111011111010011010000001 | e9a39feba38beb8fb8efa681 |
UHC | 食룋돸女 | 1110001111011101100011111000101010001001101110111110010111111100 | e3dd8f8a89bbe5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)