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 | ???w?? | 001111110011111100111111011101110011111100111111 | 3f3f3f773f3f |
SJIS-WIN | ???w?? | 001111110011111100111111011101110011111100111111 | 3f3f3f773f3f |
EUC-JP | ???w?? | 001111110011111100111111011101110011111100111111 | 3f3f3f773f3f |
UTF-8 | 혨챤혧w혨챤 | 11101101100110001010100011101100101100011010010011101101100110001010011101110111111011011001100010101000111011001011000110100100 | ed98a8ecb1a4ed98a777ed98a8ecb1a4 |
UHC | 혨챤혧w혨챤 | 1100001010010000110000111010111011000010100011110111011111000010100100001100001110101110 | c290c3aec28f77c290c3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)