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?? | 001111110011111100111111010001000011111100111111 | 3f3f3f443f3f |
SJIS-WIN | ???D?? | 001111110011111100111111010001000011111100111111 | 3f3f3f443f3f |
EUC-JP | ???D?? | 001111110011111100111111010001000011111100111111 | 3f3f3f443f3f |
UTF-8 | 혨횑혩D채횁 | 11101101100110001010100011101101100110101001000111101101100110001010100101000100111011001011000110000100111011011001101010000001 | ed98a8ed9a91ed98a944ecb184ed9a81 |
UHC | 혨횑혩D채횁 | 1100001010010000110000111000110011000010100100010100010011000011101001001100001110000001 | c290c38cc29144c3a4c381 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)