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채혞 | 11101101100110001011010111101100101100101010110011101101100110001010100101000100111011001011000110000100111011011001100010011110 | ed98b5ecb2aced98a944ecb184ed989e |
UHC | 혵첬혩D채혞 | 1100001010011100110000111011101011000010100100010100010011000011101001001100001010001000 | c29cc3bac29144c3a4c288 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)