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 | 癲μ?意?? | 111000011001111110000011110010100011111110001000110100110011111100111111 | e19f83ca3f88d33f3f |
EUC-JP | 癲μ?意?? | 111000101010000110100110110011000011111110110000110101010011111100111111 | e2a1a6cc3fb0d53f3f |
UTF-8 | 癲μ뼇意됵쬂 | 1110011110011001101100101100111010111100111010111011110010000111111001101000010010001111111010111001000010110101111011001010110010000010 | e799b2cebcebbc87e6848feb90b5ecac82 |
UHC | 癲μ뼇意됵쬂 | 111011111010011010100101111011001001011010010001111010111111001010001001111011111010011010011001 | efa6a5ec9691ebf289efa699 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)