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 | ???D???? | 0011111100111111001111110100010000111111001111110011111100111111 | 3f3f3f443f3f3f3f |
SJIS-WIN | ???D???? | 0011111100111111001111110100010000111111001111110011111100111111 | 3f3f3f443f3f3f3f |
EUC-JP | ???D???? | 0011111100111111001111110100010000111111001111110011111100111111 | 3f3f3f443f3f3f3f |
UTF-8 | 혨횑혩D혨챤혨횑 | 11101101100110001010100011101101100110101001000111101101100110001010100101000100111011011001100010101000111011001011000110100100111011011001100010101000111011011001101010010001 | ed98a8ed9a91ed98a944ed98a8ecb1a4ed98a8ed9a91 |
UHC | 혨횑혩D혨챤혨횑 | 110000101001000011000011100011001100001010010001010001001100001010010000110000111010111011000010100100001100001110001100 | c290c38cc29144c290c3aec290c38c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)