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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???言?? | 00111111001111110011111110001100101111100011111100111111 | 3f3f3f8cbe3f3f |
EUC-JP | ???言?? | 00111111001111110011111110111000110000000011111100111111 | 3f3f3fb8c03f3f |
UTF-8 | 琉쒍퍐言먩쾱 | 111011111010011110001100111011001001001010001101111011011000110110010000111010001010100010000000111010111010100010101001111011001011111010110001 | efa78cec928ded8d90e8a880eba8a9ecbeb1 |
UHC | 琉쒍퍐言먩쾱 | 111010111010010010011100111001001011101110000111111001011110101110010000111001101011001010000111 | eba49ce4bb87e5eb90e6b287 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)