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? | 0011111100111111001111110011111100111111001111110101011100111111 | 3f3f3f3f3f3f573f |
SJIS-WIN | ??????W? | 0011111100111111001111110011111100111111001111110101011100111111 | 3f3f3f3f3f3f573f |
EUC-JP | ??????W? | 0011111100111111001111110011111100111111001111110101011100111111 | 3f3f3f3f3f3f573f |
UTF-8 | 혨횞혫횩혣쩌W혫 | 11101101100110001010100011101101100110101001111011101101100110001010101111101101100110101010100111101101100110001010001111101100101010011000110001010111111011011001100010101011 | ed98a8ed9a9eed98abed9aa9ed98a3eca98c57ed98ab |
UHC | 혨횞혫횩혣쩌W혫 | 110000101001000011000011100101111100001010010011110000111001111111000010100011001100001010111100010101111100001010010011 | c290c397c293c39fc28cc2bc57c293 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)