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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 猗藝荅^ | 11100000110001101110010101011001111001001010011101011110 | e0c6e559e4a75e |
EUC-JP | 猗藝荅^ | 11100000110010001110100110111010111010001010100101011110 | e0c8e9bae8a95e |
UTF-8 | 猗藝荅^ | 11100111100011001001011111101000100101111001110111101000100011011000010101011110 | e78c97e8979de88d855e |
UHC | ?藝?^ | 0011111111100111110111010011111101011110 | 3fe7dd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)