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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 痿驅}Y痿驅}bE | 11100001011111101110100101111011011111010101100111100001011111101110100101111011011111010110001001000101 | e17ee97b7d59e17ee97b7d6245 |
EUC-JP | 痿驅}Y痿驅}bE | 11100001110111111111000111011100011111010101100111100001110111111111000111011100011111010110001001000101 | e1dff1dc7d59e1dff1dc7d6245 |
UTF-8 | 痿驅}Y痿驅}bE | 1110011110010111101111111110100110101001100001010111110101011001111001111001011110111111111010011010100110000101011111010110001001000101 | e797bfe9a9857d59e797bfe9a9857d6245 |
UHC | ?驅}Y?驅}bE | 0011111111001111110011000111110101011001001111111100111111001100011111010110001001000101 | 3fcfcc7d593fcfcc7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)